chiark
/
gitweb
/
~mdw
/
disorder
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Merge tag 'branchpoint-5.1' into release
[disorder]
/
cgi
/
options.c
diff --git
a/cgi/options.c
b/cgi/options.c
index 24038331d2bd29cbc5739611286c172e051029d7..521ce354016d1e3dbda11514caca6f5255802e9a 100644
(file)
--- a/
cgi/options.c
+++ b/
cgi/options.c
@@
-24,8
+24,12
@@
#include "disorder-cgi.h"
+/** @brief State for parsing an options file */
struct read_options_state {
+ /** @brief Filename */
const char *name;
+
+ /** @brief Line number */
int line;
};