Subversion Repositories wimsdev

Rev

Rev 8148 | Rev 8871 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 8148 Rev 8195
Line 5... Line 5...
5
#define MAX_PARM 10
5
#define MAX_PARM 10
6
#define MAX_PROMPTLEN 40
6
#define MAX_PROMPTLEN 40
7
#define MAX_PARAM   1024
7
#define MAX_PARAM   1024
8
 
8
 
9
extern int inlen, primserial, prepcnt;
9
extern int inlen, primserial, prepcnt;
10
void error(char *s);
10
void msg_error(char *s);
11
void subst(char *p);
11
void subst(char *p);
12
void bailout(int i1, int i2, char *msg);
12
void bailout(int i1, int i2, char *msg);
13
char *substit(char *p);
13
char *substit(char *p);
14
int _scmp(const void *p1, const void *p2);
14
int _scmp(const void *p1, const void *p2);
15
char *find_tag_end(char *p);
15
char *find_tag_end(char *p);