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

Diff for /src/usr.bin/tftp/tftpsubs.h between version 1.2 and 1.3

version 1.2, 1996/06/26 05:40:37 version 1.3, 2002/02/16 21:27:55
Line 40 
Line 40 
  * Prototypes for read-ahead/write-behind subroutines for tftp user and   * Prototypes for read-ahead/write-behind subroutines for tftp user and
  * server.   * server.
  */   */
 struct tftphdr *r_init __P((void));  struct tftphdr *r_init(void);
 void    read_ahead __P((FILE *, int));  void    read_ahead(FILE *, int);
 int     readit __P((FILE *, struct tftphdr **, int));  int     readit(FILE *, struct tftphdr **, int);
   
 int     synchnet __P((int));  int     synchnet(int);
   
 struct tftphdr *w_init __P((void));  struct tftphdr *w_init(void);
 int     write_behind __P((FILE *, int));  int     write_behind(FILE *, int);
 int     writeit __P((FILE *, struct tftphdr **, int, int));  int     writeit(FILE *, struct tftphdr **, int, int);

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3