1 2 3 4 5 6 7 8 9
#ifndef REQUEST_H #define REQUEST_H #include "interchange/typedefs.h" void request(void (*)(interchange_response *), void (*)(void *), const char *[][2], char *, ...); #endif