1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
#ifndef RTCLIENT_SEARCH_H #define RTCLIENT_SEARCH_H #ifdef __cplusplus extern "C" { #endif void rtclient_search_ticket(const char *query, void (*callback)(struct rtclient_ticket **)); #ifdef __cplusplus } #endif #endif