[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.4 and 1.5

version 1.4, 2003/06/03 02:56:18 version 1.5, 2006/07/12 16:58:51
Line 36 
Line 36 
  * 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(void);  struct tftphdr  *r_init(void);
 void    read_ahead(FILE *, int);  void             read_ahead(FILE *, int);
 int     readit(FILE *, struct tftphdr **, int);  int              readit(FILE *, struct tftphdr **, int);
   
 int     synchnet(int);  int             synchnet(int);
   
 struct tftphdr *w_init(void);  struct tftphdr  *w_init(void);
 int     write_behind(FILE *, int);  int              write_behind(FILE *, int);
 int     writeit(FILE *, struct tftphdr **, int, int);  int              writeit(FILE *, struct tftphdr **, int, int);

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5