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
fc1a736672
commit
ef97018644
7 changed files with 69 additions and 75 deletions
|
@ -1,8 +1,8 @@
|
|||
#include <stdbool.h>
|
||||
#include "utils.h"
|
||||
#include <stdbool.h>
|
||||
|
||||
struct tuser_data {
|
||||
char *first_message;
|
||||
char *first_message;
|
||||
};
|
||||
|
||||
int http_server_start(char *conffile, char *conf_wd, bool stdout_dbg);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue