[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.37 and 1.38

version 1.37, 2009/04/26 21:26:03 version 1.38, 2009/04/27 22:51:51
Line 66 
Line 66 
 void    abort_remote(FILE *);  void    abort_remote(FILE *);
 void    abortpt(int);  void    abortpt(int);
 void    abortrecv(int);  void    abortrecv(int);
   #ifndef SMALL
 void    abortsend(int);  void    abortsend(int);
   #endif /* !SMALL */
 void    account(int, char **);  void    account(int, char **);
 void    alarmtimer(int);  void    alarmtimer(int);
 int     another(int *, char ***, const char *);  int     another(int *, char ***, const char *);
Line 88 
Line 90 
 void    disconnect(int, char **);  void    disconnect(int, char **);
 void    do_chmod(int, char **);  void    do_chmod(int, char **);
 void    do_umask(int, char **);  void    do_umask(int, char **);
   #ifndef SMALL
 void    domacro(int, char **);  void    domacro(int, char **);
   #endif /* !SMALL */
 char   *domap(char *);  char   *domap(char *);
 void    doproxy(int, char **);  void    doproxy(int, char **);
 char   *dotrans(char *);  char   *dotrans(char *);
Line 113 
Line 117 
 void    lpwd(int, char **);  void    lpwd(int, char **);
 void    ls(int, char **);  void    ls(int, char **);
 void    mabort(int);  void    mabort(int);
   #ifndef SMALL
 void    macdef(int, char **);  void    macdef(int, char **);
   #endif /* !SMALL */
 void    makeargv(void);  void    makeargv(void);
 void    makedir(int, char **);  void    makedir(int, char **);
 void    mdelete(int, char **);  void    mdelete(int, char **);
 void    mget(int, char **);  void    mget(int, char **);
 void    mls(int, char **);  void    mls(int, char **);
 void    modtime(int, char **);  void    modtime(int, char **);
   #ifndef SMALL
 void    mput(int, char **);  void    mput(int, char **);
   #endif /* !SMALL */
 char   *onoff(int);  char   *onoff(int);
 void    newer(int, char **);  void    newer(int, char **);
 void    page(int, char **);  void    page(int, char **);
Line 132 
Line 140 
 void    psummary(int);  void    psummary(int);
 void    pswitch(int);  void    pswitch(int);
 void    ptransfer(int);  void    ptransfer(int);
   #ifndef SMALL
 void    put(int, char **);  void    put(int, char **);
 void    putit(int, char **, int);  void    putit(int, char **, int);
   #endif /* !SMALL */
 void    pwd(int, char **);  void    pwd(int, char **);
 void    quit(int, char **);  void    quit(int, char **);
 void    quote(int, char **);  void    quote(int, char **);
Line 149 
Line 159 
 time_t  remotemodtime(const char *, int);  time_t  remotemodtime(const char *, int);
 void    removedir(int, char **);  void    removedir(int, char **);
 void    renamefile(int, char **);  void    renamefile(int, char **);
   #ifndef SMALL
 void    reput(int, char **);  void    reput(int, char **);
   #endif /* !SMALL */
 void    reset(int, char **);  void    reset(int, char **);
 void    restart(int, char **);  void    restart(int, char **);
 void    rmthelp(int, char **);  void    rmthelp(int, char **);
 void    rmtstatus(int, char **);  void    rmtstatus(int, char **);
   #ifndef SMALL
 void    sendrequest(const char *, const char *, const char *, int);  void    sendrequest(const char *, const char *, const char *, int);
   #endif /* !SMALL */
 void    setascii(int, char **);  void    setascii(int, char **);
 void    setbell(int, char **);  void    setbell(int, char **);
 void    setbinary(int, char **);  void    setbinary(int, char **);

Legend:
Removed from v.1.37  
changed lines
  Added in v.1.38