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

Diff for /src/usr.bin/tftp/extern.h between version 1.4 and 1.5

version 1.4, 2003/06/03 02:56:18 version 1.5, 2006/07/26 16:43:31
Line 34 
Line 34 
   
 void    recvfile(int, char *, char *);  void    recvfile(int, char *, char *);
 void    sendfile(int, char *, char *);  void    sendfile(int, char *, char *);
   
   #define TIMEOUT         5               /* packet rexmt timeout */
   #define TIMEOUT_MIN     1               /* minimal packet rexmt timeout */
   #define TIMEOUT_MAX     255             /* maximal packet rexmt timeout */

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