chiark / gitweb /
found in chiark:/usr/local/src/davenant
[userv-utils.git] / www-cgi / ucgi.h~
1 /**/
2
3 #ifndef UCGI_H
4 #define UCGI_H
5
6 #include "ucgicommon.h"
7
8 void syserror(const char *m);
9 void error(const char *m);
10 void *xmalloc(size_t sz);
11
12 extern const char *const envok[];
13 extern const int nenvok;
14
15 #endif