[BACK]Return to extern.h CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / usr.bin / ftp

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/usr.bin/ftp/extern.h between version 1.16 and 1.17

version 1.16, 1997/07/20 09:45:48 version 1.17, 1997/08/18 10:20:19
Line 110  void quit __P((int, char **));
Line 110  void quit __P((int, char **));
 void    quote __P((int, char **));  void    quote __P((int, char **));
 void    quote1 __P((const char *, int, char **));  void    quote1 __P((const char *, int, char **));
 void    recvrequest __P((const char *, const char *, const char *,  void    recvrequest __P((const char *, const char *, const char *,
             const char *, int));              const char *, int, int));
 void    reget __P((int, char **));  void    reget __P((int, char **));
 char   *remglob __P((char **, int, char **));  char   *remglob __P((char **, int, char **));
 off_t   remotesize __P((const char *, int));  off_t   remotesize __P((const char *, int));
Line 132  void setdebug __P((int, char **));
Line 132  void setdebug __P((int, char **));
 void    setedit __P((int, char **));  void    setedit __P((int, char **));
 void    setform __P((int, char **));  void    setform __P((int, char **));
 void    setftmode __P((int, char **));  void    setftmode __P((int, char **));
   void    setgate __P((int, char **));
 void    setglob __P((int, char **));  void    setglob __P((int, char **));
 void    sethash __P((int, char **));  void    sethash __P((int, char **));
 void    setnmap __P((int, char **));  void    setnmap __P((int, char **));

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17

CVSweb <webmaster@jp.NetBSD.org>