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

Diff for /src/usr.bin/ftp/extern.h between version 1.7 and 1.8

version 1.7, 1997/02/03 01:05:37 version 1.8, 1997/02/05 04:55:15
Line 39 
Line 39 
 struct fd_set;  struct fd_set;
   
 void    abort_remote __P((FILE *));  void    abort_remote __P((FILE *));
 void    abortpt __P(());  void    abortpt __P((int));
 void    abortrecv __P(());  void    abortrecv __P((int));
 void    abortsend __P(());  void    abortsend __P((int));
 void    aborthttp __P(());  void    aborthttp __P((int));
 void    account __P((int, char **));  void    account __P((int, char **));
 void    alarmtimer __P((int));  void    alarmtimer __P((int));
 int     another __P((int *, char ***, const char *));  int     another __P((int *, char ***, const char *));
Line 51 
Line 51 
 void    cd __P((int, char **));  void    cd __P((int, char **));
 void    cdup __P((int, char **));  void    cdup __P((int, char **));
 void    changetype __P((int, int));  void    changetype __P((int, int));
 void    cmdabort __P(());  void    cmdabort __P((int));
 void    cmdscanner __P((int));  void    cmdscanner __P((int));
 int     command __P(());  int     command __P(());
 #ifndef SMALLFTP  #ifndef SMALLFTP
Line 78 
Line 78 
 char   *hookup __P((const char *, int));  char   *hookup __P((const char *, int));
 void    idle __P((int, char **));  void    idle __P((int, char **));
 int     initconn __P((void));  int     initconn __P((void));
 void    intr __P(());  void    intr __P((void));
 void    list_vertical __P((StringList *));  void    list_vertical __P((StringList *));
 void    lcd __P((int, char **));  void    lcd __P((int, char **));
 int     login __P((const char *));  int     login __P((const char *));
 void    lostpeer __P(());  void    lostpeer __P((void));
 void    lpwd __P((int, char **));  void    lpwd __P((int, char **));
 void    ls __P((int, char **));  void    ls __P((int, char **));
 void    mabort __P((int));  void    mabort __P((int));
Line 97 
Line 97 
 char   *onoff __P((int));  char   *onoff __P((int));
 void    newer __P((int, char **));  void    newer __P((int, char **));
 void    progressmeter __P((int));  void    progressmeter __P((int));
 char   *prompt __P(());  char   *prompt __P((void));
 void    proxabort __P(());  void    proxabort __P((int));
 void    proxtrans __P((const char *, const char *, const char *));  void    proxtrans __P((const char *, const char *, const char *));
 void    psabort __P(());  void    psabort __P((int));
 void    psummary __P((int));  void    psummary __P((int));
 void    pswitch __P((int));  void    pswitch __P((int));
 void    ptransfer __P((int));  void    ptransfer __P((int));
Line 157 
Line 157 
 void    status __P((int, char **));  void    status __P((int, char **));
 void    syst __P((int, char **));  void    syst __P((int, char **));
 int     togglevar __P((int, char **, int *, const char *));  int     togglevar __P((int, char **, int *, const char *));
 void    usage __P(());  void    usage __P((void));
 void    user __P((int, char **));  void    user __P((int, char **));
   
   

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8