1
0
mirror of https://github.com/kakwa/uts-server synced 2024-06-03 01:28:08 +02:00

remove unused header

This commit is contained in:
kakwa 2016-08-26 00:40:32 +02:00
parent ad4dc967c0
commit 0cf267f51e

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;