chiark / gitweb /
Shift many cgi_ functions into lib/, and add a test for them. The
[disorder] / server / cgi.h
index 8a76d313221686eb6f63a9c58554e5e22a958606..9fe27be30175a7c61ff686c97bb1c1c389acdd33 100644 (file)
@@ -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: