comparison pped/interface.h @ 2:2719a89505ba

First entry of Paradise Server 2.9 patch 10 Beta
author darius
date Sat, 06 Dec 1997 04:37:01 +0000
parents
children
comparison
equal deleted inserted replaced
1:4d6502ffaa5e 2:2719a89505ba
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