aboutsummaryrefslogtreecommitdiff
path: root/src/dbrw.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dbrw.h')
-rw-r--r--src/dbrw.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/dbrw.h b/src/dbrw.h
index beebc5e..0721247 100644
--- a/src/dbrw.h
+++ b/src/dbrw.h
@@ -30,11 +30,16 @@ enum {
state_disabled
};
+#define HTTP_STATUS_LEN 3
+
struct dbrw_config {
int debug_level;
struct dbrw_backend *backend;
char **param;
char *query;
+ int qdisp;
+ int regflags;
+ char status[HTTP_STATUS_LEN+1];
};
struct dbrw_connection {

Return to:

Send suggestions and report system problems to the System administrator.