lander/include/lander.h

11 lines
150 B
C

#ifndef LANDER
#define LANDER
#include "http_loop.h"
extern http_route lander_routes[3];
bool lander_post_redirect(event_loop_conn *conn);
#endif