mirror of
https://github.com/kakwa/uts-server
synced 2025-07-04 04:27:05 +02:00
remove unused header
This commit is contained in:
parent
b38b256310
commit
a8038f0c9e
1 changed files with 0 additions and 13 deletions
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…
Add table
Add a link
Reference in a new issue