journal-remote.h revision 9ff48d0982fcb97923955685fe9fa4e0e67cb238
#include <inttypes.h>
#include "sd-event.h"
#include "hashmap.h"
#include "microhttpd-util.h"
#include "journal-remote-parse.h"
typedef struct MHDDaemonWrapper {
struct MHD_Daemon *daemon;
typedef struct RemoteServer {
bool check_trust;
} RemoteServer;