2 * ion/mod_query/query.h
4 * Copyright (c) Tuomo Valkonen 1999-2009.
6 * See the included file LICENSE for details.
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>
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 */