remove unused header

This commit is contained in:
kakwa 2016-08-26 00:40:32 +02:00
parent ad4dc967c0
commit 0cf267f51e
1 changed files with 0 additions and 13 deletions

View File

@ -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;