Remove binary from git
[notion.git] / mod_query / query.h
blobbc21d11107fae8199beb0fc3819b0aba7c5532f9
1 /*
2 * ion/mod_query/query.h
4 * Copyright (c) Tuomo Valkonen 1999-2009.
6 * See the included file LICENSE for details.
7 */
9 #ifndef ION_MOD_QUERY_QUERY_H
10 #define ION_MOD_QUERY_QUERY_H
12 #include <ioncore/common.h>
13 #include <ioncore/mplex.h>
14 #include <libextl/extl.h>
15 #include "wedln.h"
17 extern WEdln *mod_query_do_query(WMPlex *mplex,
18 const char *prompt, const char *dflt,
19 ExtlFn handler, ExtlFn completor,
20 ExtlFn cycle, ExtlFn bcycle);
22 #endif /* ION_MOD_QUERY_QUERY_H */