mirror of
https://github.com/kakwa/uts-server
synced 2025-01-05 19:33:33 +01:00
remove unused header
This commit is contained in:
parent
ad4dc967c0
commit
0cf267f51e
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…
x
Reference in New Issue
Block a user