Mercurial > ~darius > hgwebdir.cgi > paradise_server
annotate pped/interface.h @ 3:cafa94d86546
Initial revision
author | darius |
---|---|
date | Sat, 06 Dec 1997 04:37:01 +0000 |
parents | 2719a89505ba |
children |
rev | line source |
---|---|
2 | 1 /* |
2 * Prototypes for interface.c | |
3 */ | |
4 | |
5 void getTTYinfo(); | |
6 void cls(); | |
7 void Interface(); | |
8 void Edit(int pnum); | |
9 int Verify(char *str); | |
10 void Report(char *str); | |
11 void Change(int num, struct plnode *p); | |
12 void Display(struct plnode *n, int from, int to); | |
13 int CheckChanged(); | |
14 void ClearChanged(); | |
15 char *Strip(char *str); | |
16 |