1
0
Fork 0
mirror of https://github.com/kakwa/uts-server synced 2025-07-04 20:47:09 +02:00

code reformat

This commit is contained in:
kakwa 2016-11-02 18:58:14 +01:00
parent fc1a736672
commit ef97018644
7 changed files with 69 additions and 75 deletions

View file

@ -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);