]> git.decadent.org.uk Git - ion3.git/blob - mod_query/query.h
Imported Upstream version 20090110
[ion3.git] / mod_query / query.h
1 /*
2  * ion/mod_query/query.h
3  *
4  * Copyright (c) Tuomo Valkonen 1999-2009. 
5  *
6  * See the included file LICENSE for details.
7  */
8
9 #ifndef ION_MOD_QUERY_QUERY_H
10 #define ION_MOD_QUERY_QUERY_H
11
12 #include <ioncore/common.h>
13 #include <ioncore/mplex.h>
14 #include <libextl/extl.h>
15 #include "wedln.h"
16
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);
21
22 #endif /* ION_MOD_QUERY_QUERY_H */