Subversion Repositories wimsdev

Rev

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

Rev 8195 Rev 8871
Line 6... Line 6...
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 msg_error(char *s);
10
void msg_error(char *s);
11
void subst(char *p);
11
void substdoc(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);
16
 
16