home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Simtel MSDOS 1992 June
/
SIMTEL_0692.cdr
/
msdos
/
zoo
/
stuff2.arc
/
STUFF.PCH
< prev
next >
Wrap
Text File
|
1989-03-21
|
1KB
|
46 lines
Patches to upgrade from Stuff 1.0 to Stuff 1.1
(see "readme.too" for details).
*** ../stuff.h Tue Oct 18 11:57:06 1988
--- stuff.h Mon Oct 24 13:10:52 1988
***************
*** 27,32
long systime(void);
long filetime (char *fname);
char *lastptr (char *str);
#ifdef UNBUF_IO
void errmsg (char *msg);
--- 27,34 -----
long systime(void);
long filetime (char *fname);
char *lastptr (char *str);
+ void do_response (char *filename);
+ char *strcpy(char *, char *);
#ifdef UNBUF_IO
void errmsg (char *msg);
***************
*** 36,42
#define PATHSIZE 100
#define STRCMP(r,op,s) (strcmp(r,s) op 0)
! #define MAX_OPTS 20 /* max options
on cmd line */
/* For each option, we have a structure to hold its details */
typedef enum { BIGGER, SAME, SMALLER } compare_pt; /* for + or - options *
/
--- 38,44 -----
#define PATHSIZE 100
#define STRCMP(r,op,s) (strcmp(r,s) op 0)
! #define MAX_OPTS 50 /* max options
on cmd line */
/* For each option, we have a structure to hold its details */
typedef enum { BIGGER, SAME, SMALLER } compare_pt; /* for + or - options *
/