1
0
mirror of https://github.com/kakwa/uts-server synced 2024-06-12 13:59:52 +02:00
uts-server/inc/http.h
2016-09-12 08:39:03 +02:00

9 lines
162 B
C

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