trunk: changeset 1958
[notion/jeffpc.git] / mod_query / query.h
blob00e2d4aa66a15674b4d49cd6b5bd83d8e7b2418c
1 /*
2 * ion/mod_query/query.h
4 * Copyright (c) Tuomo Valkonen 1999-2005.
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.
12 #ifndef ION_MOD_QUERY_QUERY_H
13 #define ION_MOD_QUERY_QUERY_H
15 #include <ioncore/common.h>
16 #include <ioncore/mplex.h>
17 #include <libextl/extl.h>
18 #include "wedln.h"
20 extern WEdln *mod_query_do_query(WMPlex *mplex, const char *prompt,
21 const char *dflt, ExtlFn handler,
22 ExtlFn completor);
24 #endif /* ION_MOD_QUERY_QUERY_H */