mirror of
https://github.com/kakwa/uts-server
synced 2024-11-05 01:08:51 +01:00
remove unused header
This commit is contained in:
parent
b38b256310
commit
a8038f0c9e
13
inc/config.h
13
inc/config.h
@ -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;
|
Loading…
Reference in New Issue
Block a user