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

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