chiark
/
gitweb
/
~mdw
/
disorder
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
reorg cgi code a bit...
[disorder]
/
server
/
options.c
diff --git
a/server/options.c
b/server/options.c
index e3cf7b89d57fe9c6660d651f365ae566fb2ffb0b..91856104d101e263ce91d4d983f9b23558462746 100644
(file)
--- a/
server/options.c
+++ b/
server/options.c
@@
-19,25
+19,12
@@
*/
/** @file server/options.c
* @brief CGI options
*/
/** @file server/options.c
* @brief CGI options
+ *
+ * Options represent an additional configuration system private to the
+ * CGI program.
*/
*/
-#include <config.h>
-#include "types.h"
-
-#include <stdio.h>
-#include <stddef.h>
-#include <errno.h>
-#include <string.h>
-
-#include "mem.h"
-#include "hash.h"
-#include "macros.h"
-#include "options.h"
-#include "split.h"
-#include "table.h"
-#include "log.h"
-#include "inputline.h"
-#include "printf.h"
+#include "disorder-cgi.h"
struct column {
int ncolumns;
struct column {
int ncolumns;