Blob


1 #include_next "event.h"
3 #include "../config.h"
5 #if !HAVE_EVENT_ASR_RUN
6 struct asr_query;
7 struct asr_result;
8 struct event_asr;
10 struct event_asr *event_asr_run(struct asr_query *,
11 void (*cb)(struct asr_result *, void *), void *);
12 void event_asr_abort(struct event_asr *);
13 #endif