chiark
/
gitweb
/
~mdw
/
userv-utils
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
found in davenant:/usr/local/src/misc
[userv-utils]
/
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