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