diff options
| author | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id> | 2019-09-14 10:11:10 +0800 |
|---|---|---|
| committer | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id> | 2019-09-14 10:11:10 +0800 |
| commit | 670dc1542e022391737c5fcf01b3cbe8f04c8327 (patch) | |
| tree | 397f5cab73b81e76fcd3df748cf37340ee424897 /rtclient/ticket.h | |
| parent | 913d8c5f2fbfd542c955227939fdee6fb440648d (diff) | |
Distribute code
Diffstat (limited to 'rtclient/ticket.h')
| -rw-r--r-- | rtclient/ticket.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/rtclient/ticket.h b/rtclient/ticket.h index 5c9c4da..e21508b 100644 --- a/rtclient/ticket.h +++ b/rtclient/ticket.h @@ -6,4 +6,15 @@ struct rt_ticketlist { char *tickets[]; }; +#ifdef __cplusplus +extern "C" { +#endif + + void rtclient_ticket_search(struct rt_ticketlist **listptr, const char *query); + void rtclient_ticket_freelist(struct rt_ticketlist *list); + +#ifdef __cplusplus +} +#endif + #endif // RTCLIENT_TICKET_H |