]> git.decadent.org.uk Git - ion3.git/blob - mod_query/query.h
3c67b3c0c8586cb72277d4471868514eee57e0a1
[ion3.git] / mod_query / query.h
1 /*
2  * ion/mod_query/query.h
3  *
4  * Copyright (c) Tuomo Valkonen 1999-2007. 
5  *
6  * Ion is free software; you can redistribute it and/or modify it under
7  * the terms of the GNU Lesser General Public License as published by
8  * the Free Software Foundation; either version 2.1 of the License, or
9  * (at your option) any later version.
10  */
11
12 #ifndef ION_MOD_QUERY_QUERY_H
13 #define ION_MOD_QUERY_QUERY_H
14
15 #include <ioncore/common.h>
16 #include <ioncore/mplex.h>
17 #include <libextl/extl.h>
18 #include "wedln.h"
19
20 extern WEdln *mod_query_do_query(WMPlex *mplex, 
21                                  const char *prompt, const char *dflt, 
22                                  ExtlFn handler, ExtlFn completor, 
23                                  ExtlFn cycle, ExtlFn bcycle);
24
25 #endif /* ION_MOD_QUERY_QUERY_H */