mirror of https://github.com/getdnsapi/getdns.git
10 lines
246 B
C
10 lines
246 B
C
|
#include <event2/event.h>
|
||
|
#include <getdns_core_only.h>
|
||
|
|
||
|
/* For libevent, which we are using for these examples */
|
||
|
getdns_return_t
|
||
|
getdns_extension_set_libevent_base(
|
||
|
getdns_context_t context,
|
||
|
struct event_base *this_event_base
|
||
|
);
|