[BACK]Return to extern.h CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / libexec / ftpd

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

Diff for /src/libexec/ftpd/extern.h between version 1.17 and 1.18

version 1.17, 1999/05/18 08:14:18 version 1.18, 1999/05/24 21:54:42
Line 70  void user __P((const char *));
Line 70  void user __P((const char *));
 char   *xstrdup __P((const char *));  char   *xstrdup __P((const char *));
 void    yyerror __P((char *));  void    yyerror __P((char *));
   
   typedef long long qdfmt_t;
   typedef unsigned long long qufmt_t;
   
 #define CLASS_CHROOT    "chroot"  #define CLASS_CHROOT    "chroot"
 #define CLASS_GUEST     "guest"  #define CLASS_GUEST     "guest"
 #define CLASS_REAL      "real"  #define CLASS_REAL      "real"

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

CVSweb <webmaster@jp.NetBSD.org>