mirror of
https://github.com/kakwa/uts-server
synced 2025-07-04 20:47:09 +02:00
code reformat
This commit is contained in:
parent
23e1799ce0
commit
8f1a9b1250
7 changed files with 69 additions and 75 deletions
|
@ -1,11 +1,11 @@
|
|||
#include <stdlib.h>
|
||||
#include <stdbool.h>
|
||||
#include <stdint.h>
|
||||
#include <stddef.h> /* for offsetof() macro */
|
||||
#include <string.h>
|
||||
#include <pthread.h>
|
||||
#include <civetweb.h>
|
||||
#include <openssl/ts.h>
|
||||
#include <pthread.h>
|
||||
#include <stdbool.h>
|
||||
#include <stddef.h> /* for offsetof() macro */
|
||||
#include <stdint.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#define HTTP_OPTIONS 1
|
||||
#define LOGLEVEL_OPTIONS 2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue