home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS 1992 June / SIMTEL_0692.cdr / msdos / zoo / stuff2.arc / STUFF.PCH < prev    next >
Text File  |  1989-03-21  |  1KB  |  46 lines

  1.  Patches to upgrade from Stuff 1.0 to Stuff 1.1
  2.  (see "readme.too" for details).
  3.  
  4. *** ../stuff.h    Tue Oct 18 11:57:06 1988
  5. --- stuff.h    Mon Oct 24 13:10:52 1988
  6. ***************
  7. *** 27,32
  8.   long systime(void);
  9.   long filetime (char *fname);
  10.   char *lastptr (char *str);
  11.   
  12.   #ifdef UNBUF_IO
  13.   void errmsg (char *msg);
  14.  
  15. --- 27,34 -----
  16.   long systime(void);
  17.   long filetime (char *fname);
  18.   char *lastptr (char *str);
  19. + void do_response (char *filename);
  20. + char *strcpy(char *, char *);
  21.   
  22.   #ifdef UNBUF_IO
  23.   void errmsg (char *msg);
  24. ***************
  25. *** 36,42
  26.   
  27.   #define        PATHSIZE    100
  28.   #define        STRCMP(r,op,s)        (strcmp(r,s) op 0)
  29. ! #define        MAX_OPTS        20        /* max options 
  30. on cmd line */
  31.   
  32.   /* For each option, we have a structure to hold its details */
  33.   typedef enum { BIGGER, SAME, SMALLER } compare_pt;    /* for + or - options *
  34. /
  35.  
  36. --- 38,44 -----
  37.   
  38.   #define        PATHSIZE    100
  39.   #define        STRCMP(r,op,s)        (strcmp(r,s) op 0)
  40. ! #define        MAX_OPTS        50        /* max options 
  41. on cmd line */
  42.   
  43.   /* For each option, we have a structure to hold its details */
  44.   typedef enum { BIGGER, SAME, SMALLER } compare_pt;    /* for + or - options *
  45. /
  46.