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:
parent
f92cb7213e
commit
a6d73bfd49
6 changed files with 47 additions and 76 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue