1 2 3 4 5 6 7 8
#ifndef REQUEST_H #define REQUEST_H #include "pub_callbacks.h" typedef int (*callback_t)(const byte *, int); #endif /* REQUEST_H */