From 0cf267f51e5c8b0013a88bb1523cf56c21895948 Mon Sep 17 00:00:00 2001 From: kakwa Date: Fri, 26 Aug 2016 00:40:32 +0200 Subject: [PATCH] remove unused header --- inc/config.h | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 inc/config.h diff --git a/inc/config.h b/inc/config.h deleted file mode 100644 index 466d3a5..0000000 --- a/inc/config.h +++ /dev/null @@ -1,13 +0,0 @@ -typedef struct uts_config { - char *port; - char *listen; - bool https; - cert https_cert; - void *ts_certs; - -} uts_config; - -typedef struct cert { - char *cert_file; - char *key_file; -} cert;