1 /* $NetBSD: extern.h,v 1.12 2009/11/15 10:12:37 lukem Exp $ */ 2 /* from NetBSD: extern.h,v 1.77 2009/07/13 19:05:41 roy Exp */ 3 4 /*- 5 * Copyright (c) 1996-2009 The NetBSD Foundation, Inc. 6 * All rights reserved. 7 * 8 * This code is derived from software contributed to The NetBSD Foundation 9 * by Luke Mewburn. 10 * 11 * Redistribution and use in source and binary forms, with or without 12 * modification, are permitted provided that the following conditions 13 * are met: 14 * 1. Redistributions of source code must retain the above copyright 15 * notice, this list of conditions and the following disclaimer. 16 * 2. Redistributions in binary form must reproduce the above copyright 17 * notice, this list of conditions and the following disclaimer in the 18 * documentation and/or other materials provided with the distribution. 19 * 20 * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS 21 * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 22 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 23 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS 24 * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 25 * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 26 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 27 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 28 * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 29 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 30 * POSSIBILITY OF SUCH DAMAGE. 31 */ 32 33 /*- 34 * Copyright (c) 1994 The Regents of the University of California. 35 * All rights reserved. 36 * 37 * Redistribution and use in source and binary forms, with or without 38 * modification, are permitted provided that the following conditions 39 * are met: 40 * 1. Redistributions of source code must retain the above copyright 41 * notice, this list of conditions and the following disclaimer. 42 * 2. Redistributions in binary form must reproduce the above copyright 43 * notice, this list of conditions and the following disclaimer in the 44 * documentation and/or other materials provided with the distribution. 45 * 3. Neither the name of the University nor the names of its contributors 46 * may be used to endorse or promote products derived from this software 47 * without specific prior written permission. 48 * 49 * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND 50 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 51 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 52 * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE 53 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 54 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 55 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 56 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 57 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 58 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 59 * SUCH DAMAGE. 60 * 61 * @(#)extern.h 8.3 (Berkeley) 10/9/94 62 */ 63 64 /* 65 * Copyright (C) 1997 and 1998 WIDE Project. 66 * All rights reserved. 67 * 68 * Redistribution and use in source and binary forms, with or without 69 * modification, are permitted provided that the following conditions 70 * are met: 71 * 1. Redistributions of source code must retain the above copyright 72 * notice, this list of conditions and the following disclaimer. 73 * 2. Redistributions in binary form must reproduce the above copyright 74 * notice, this list of conditions and the following disclaimer in the 75 * documentation and/or other materials provided with the distribution. 76 * 3. Neither the name of the project nor the names of its contributors 77 * may be used to endorse or promote products derived from this software 78 * without specific prior written permission. 79 * 80 * THIS SOFTWARE IS PROVIDED BY THE PROJECT AND CONTRIBUTORS ``AS IS'' AND 81 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 82 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 83 * ARE DISCLAIMED. IN NO EVENT SHALL THE PROJECT OR CONTRIBUTORS BE LIABLE 84 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 85 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 86 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 87 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 88 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 89 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 90 * SUCH DAMAGE. 91 */ 92 93 struct sockaddr; 94 struct tm; 95 struct addrinfo; 96 97 void abort_remote(FILE *); 98 void abort_squared(int); 99 void abortpt(int); 100 void abortxfer(int); 101 void account(int, char **); 102 void ai_unmapped(struct addrinfo *); 103 int another(int *, char ***, const char *); 104 int auto_fetch(int, char **); 105 int auto_put(int, char **, const char *); 106 void blkfree(char **); 107 void cd(int, char **); 108 void cdup(int, char **); 109 void changetype(int, int); 110 void cleanuppeer(void); 111 void cmdabort(int); 112 void cmdtimeout(int); 113 void cmdscanner(void); 114 int command(const char *, ...) 115 ; 116 #ifndef NO_EDITCOMPLETE 117 unsigned char complete(EditLine *, int); 118 void controlediting(void); 119 #endif /* !NO_EDITCOMPLETE */ 120 void crankrate(int); 121 FILE *dataconn(const char *); 122 void delete(int, char **); 123 void disconnect(int, char **); 124 void do_chmod(int, char **); 125 void do_umask(int, char **); 126 void domacro(int, char **); 127 void doproxy(int, char **); 128 void feat(int, char **); 129 void fget(int, char **); 130 int fileindir(const char *, const char *); 131 int foregroundproc(void); 132 void formatbuf(char *, size_t, const char *); 133 void ftpvis(char *, size_t, const char *, size_t); 134 int ftp_login(const char *, const char *, const char *); 135 void get(int, char **); 136 struct cmd *getcmd(const char *); 137 int getit(int, char **, int, const char *); 138 int get_line(FILE *, char *, size_t, const char **); 139 struct option *getoption(const char *); 140 char *getoptionvalue(const char *); 141 void getremoteinfo(void); 142 int getreply(int); 143 char *globulize(const char *); 144 char *gunique(const char *); 145 void help(int, char **); 146 char *hookup(const char *, const char *); 147 void idlecmd(int, char **); 148 int initconn(void); 149 void intr(int); 150 int isipv6addr(const char *); 151 void list_vertical(StringList *); 152 void lcd(int, char **); 153 void lostpeer(int); 154 void lpage(int, char **); 155 void lpwd(int, char **); 156 void ls(int, char **); 157 void macdef(int, char **); 158 void makeargv(void); 159 void makedir(int, char **); 160 void mdelete(int, char **); 161 void mget(int, char **); 162 void mls(int, char **); 163 void mlst(int, char **); 164 void modtime(int, char **); 165 void mput(int, char **); 166 const char *onoff(int); 167 void opts(int, char **); 168 void newer(int, char **); 169 void page(int, char **); 170 int parserate(int, char **, int); 171 char *prompt(void); 172 void proxabort(int); 173 void proxtrans(const char *, const char *, const char *); 174 void psabort(int); 175 void pswitch(int); 176 void put(int, char **); 177 void pwd(int, char **); 178 void quit(int, char **); 179 void quote(int, char **); 180 void quote1(const char *, int, char **); 181 void recvrequest(const char *, const char *, const char *, 182 const char *, int, int); 183 void reget(int, char **); 184 char *remglob(char **, int, const char **); 185 time_t remotemodtime(const char *, int); 186 off_t remotesize(const char *, int); 187 void removedir(int, char **); 188 void renamefile(int, char **); 189 void reset(int, char **); 190 void restart(int, char **); 191 const char *rfc2822time(const struct tm *); 192 void rmthelp(int, char **); 193 void rmtstatus(int, char **); 194 char *rprompt(void); 195 int ruserpass(const char *, char **, char **, char **); 196 void sendrequest(const char *, const char *, const char *, int); 197 void setascii(int, char **); 198 void setbell(int, char **); 199 void setbinary(int, char **); 200 void setcase(int, char **); 201 void setcr(int, char **); 202 void setdebug(int, char **); 203 void setedit(int, char **); 204 void setepsv4(int, char **); 205 void setepsv6(int, char **); 206 void setepsv(int, char **); 207 void setform(int, char **); 208 void setftmode(int, char **); 209 void setgate(int, char **); 210 void setglob(int, char **); 211 void sethash(int, char **); 212 void setnmap(int, char **); 213 void setntrans(int, char **); 214 void setoption(int, char **); 215 void setpassive(int, char **); 216 void setpeer(int, char **); 217 void setport(int, char **); 218 void setpreserve(int, char **); 219 void setprogress(int, char **); 220 void setprompt(int, char **); 221 void setrate(int, char **); 222 void setrunique(int, char **); 223 void setstruct(int, char **); 224 void setsunique(int, char **); 225 void settenex(int, char **); 226 void settrace(int, char **); 227 void setttywidth(int); 228 void settype(int, char **); 229 void setupsockbufsize(int); 230 void setverbose(int, char **); 231 void setxferbuf(int, char **); 232 void set_option(const char *, const char *, int); 233 void shell(int, char **); 234 void site(int, char **); 235 void sizecmd(int, char **); 236 char *slurpstring(void); 237 void status(int, char **); 238 int strsuftoi(const char *); 239 void syst(int, char **); 240 int togglevar(int, char **, int *, const char *); 241 void unsetoption(int, char **); 242 void updatelocalcwd(void); 243 void updateremotecwd(void); 244 void usage(void); 245 void user(int, char **); 246 int ftp_connect(int, const struct sockaddr *, socklen_t); 247 int ftp_listen(int, int); 248 int ftp_poll(struct pollfd *, int, int); 249 void *ftp_malloc(size_t); 250 StringList *ftp_sl_init(void); 251 void ftp_sl_add(StringList *, char *); 252 char *ftp_strdup(const char *); 253