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

code cleaning an reorganization

This commit is contained in:
kakwa 2016-09-12 08:39:03 +02:00
parent f92cb7213e
commit a6d73bfd49
6 changed files with 47 additions and 76 deletions

View file

@ -1,4 +1,8 @@
#include <stdbool.h>
#include "utils.h"
struct tuser_data {
char *first_message;
};
int http_server_start(char *conffile, char *conf_wd, bool stdout_dbg);