1
0
mirror of https://github.com/kakwa/uts-server synced 2024-06-03 01:28:08 +02:00
uts-server/inc/http.h
2016-11-02 18:58:14 +01:00

9 lines
161 B
C

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