chiark / gitweb /
found in davenant:/usr/local/src/misc
[userv-utils.git] / www-cgi / ucgi.h~
diff --git a/www-cgi/ucgi.h~ b/www-cgi/ucgi.h~
new file mode 100644 (file)
index 0000000..f5bda11
--- /dev/null
@@ -0,0 +1,15 @@
+/**/
+
+#ifndef UCGI_H
+#define UCGI_H
+
+#include "ucgicommon.h"
+
+void syserror(const char *m);
+void error(const char *m);
+void *xmalloc(size_t sz);
+
+extern const char *const envok[];
+extern const int nenvok;
+
+#endif