[BACK]Return to server.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / oldrdist

Diff for /src/usr.bin/oldrdist/Attic/server.c between version 1.15 and 1.16

version 1.15, 2001/11/19 19:02:15 version 1.16, 2002/02/16 21:27:50
Line 56 
Line 56 
   
 extern  FILE *lfp;              /* log file for mailing changes */  extern  FILE *lfp;              /* log file for mailing changes */
   
 static int      chkparent __P((char *));  static int      chkparent(char *);
 static void     clean __P((char *));  static void     clean(char *);
 static void     comment __P((char *));  static void     comment(char *);
 static void     dospecial __P((char *));  static void     dospecial(char *);
 static int      fchog __P((int, char *, char *, char *, int));  static int      fchog(int, char *, char *, char *, int);
 static void     hardlink __P((char *));  static void     hardlink(char *);
 static void     note __P((const char *, ...));  static void     note(const char *, ...);
 static void     query __P((char *));  static void     query(char *);
 static void     recvf __P((char *, int));  static void     recvf(char *, int);
 static void     removeit __P((struct stat *));  static void     removeit(struct stat *);
 static int      response __P((void));  static int      response(void);
 static void     rmchk __P((int));  static void     rmchk(int);
 static struct linkbuf *  static struct linkbuf *
                     savelink __P((struct stat *));                      savelink(struct stat *);
 static void     sendf __P((char *, int));  static void     sendf(char *, int);
 static int      update __P((char *, int, struct stat *));  static int      update(char *, int, struct stat *);
   
 /*  /*
  * Server routine to read requests and process them.   * Server routine to read requests and process them.

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