aboutsummaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.h')
-rw-r--r--config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/config.h b/config.h
index 87502fb..e39f13e 100644
--- a/config.h
+++ b/config.h
@@ -1,8 +1,10 @@
+/* Core configuration storage */
typedef struct /*_websocksy_config*/ {
char* host;
char* port;
ws_backend backend;
} ws_config;
+/* Configuration parsing functions */
int config_parse_file(ws_config* config, char* filename);
int config_parse_arguments(ws_config* config, int argc, char** argv);