aboutsummaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.h')
-rw-r--r--config.h22
1 files changed, 0 insertions, 22 deletions
diff --git a/config.h b/config.h
deleted file mode 100644
index 58b3f7d..0000000
--- a/config.h
+++ /dev/null
@@ -1,22 +0,0 @@
-#ifndef EZLIVE_CONFIG_H_
-#define EZLIVE_CONFIG_H_
-
-typedef struct {
- const char *listening_addr;
- int listening_port;
- const char *bucket;
- const char *endpoint;
- const char *s3_path;
- const char *access_key;
- const char *secret_key;
- const char *web_endpoint;
- const char *region;
-} EZLiveConfig;
-
-extern EZLiveConfig *ezlive_config;
-
-void EZLiveConfig_init(EZLiveConfig *self);
-void EZLiveConfig_load(EZLiveConfig *self, const char *filename);
-int EZLiveConfig_validate(EZLiveConfig *self);
-
-#endif \ No newline at end of file