summaryrefslogtreecommitdiff
path: root/src/configfile.h
diff options
context:
space:
mode:
authorJan Kneschke <jan@kneschke.de>2005-08-09 06:42:33 +0000
committerJan Kneschke <jan@kneschke.de>2005-08-09 06:42:33 +0000
commit75c3a8393a06bcdbf7d9bbfc627728619ae93261 (patch)
treeeabea4f43f18d4bbcc5de838cb9186a3dc906397 /src/configfile.h
parent360aba360f5bb6c8db7f98717d67c08448b7a111 (diff)
downloadlighttpd-git-75c3a8393a06bcdbf7d9bbfc627728619ae93261.tar.gz
added include_shell option to configfiles (merged the rest of the trunk changesets)
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@530 152afb58-edef-0310-8abb-c4023f1b3aa9
Diffstat (limited to 'src/configfile.h')
-rw-r--r--src/configfile.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/configfile.h b/src/configfile.h
index f8dc9bb2..a58a257d 100644
--- a/src/configfile.h
+++ b/src/configfile.h
@@ -18,5 +18,6 @@ void *configparserAlloc(void *(*mallocProc)(size_t));
void configparserFree(void *p, void (*freeProc)(void*));
void configparser(void *yyp, int yymajor, buffer *yyminor, config_t *ctx);
int config_parse_file(server *srv, config_t *context, const char *fn);
+int config_parse_cmd(server *srv, config_t *context, const char *cmd);
#endif