comparison pped/main.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 #include <stdarg.h>
2
3 /*
4 * prototypes for main.c
5 */
6
7 int main(int argc, char *argv[]);
8 void err(char *s, ...);
9 void err_sys(char *s, ...);
10 void GoAway(int type);
11