uts-server/inc/http.h

9 lines
161 B
C
Raw Normal View History

2016-08-24 23:03:49 +02:00
#include "utils.h"
2016-11-02 18:58:14 +01:00
#include <stdbool.h>
2016-09-12 08:39:03 +02:00
struct tuser_data {
2016-11-02 18:58:14 +01:00
char *first_message;
2016-09-12 08:39:03 +02:00
};
2016-09-01 08:29:07 +02:00
int http_server_start(char *conffile, char *conf_wd, bool stdout_dbg);