X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/3dddcfa45efd85c5f74f49b2aa1484b0e7751e5f..cf451c90a160d8764b5e8ff6b0c1c10d038e59a1:/server/cgi.h diff --git a/server/cgi.h b/server/cgi.h index 8a76d31..9fe27be 100644 --- a/server/cgi.h +++ b/server/cgi.h @@ -18,8 +18,8 @@ * USA */ -#ifndef CGI_H -#define CGI_H +#ifndef SERVER_CGI_H +#define SERVER_CGI_H extern struct kvp *cgi_args; @@ -104,7 +104,7 @@ const char *cgi_transform(const char *type, void cgi_set_option(const char *name, const char *value); /* set an option */ -#endif /* CGI_H */ +#endif /* SERVER_CGI_H */ /* Local Variables: