lander/include/lander.h

9 lines
99 B
C
Raw Normal View History

#ifndef LANDER
#define LANDER
#include "http_loop.h"
extern http_route lander_routes[2];
#endif