]> git.decadent.org.uk Git - ion3.git/blob - mod_query/fwarn.h
[svn-inject] Installing original source of ion3
[ion3.git] / mod_query / fwarn.h
1 /*
2  * ion/mod_query/fwarn.h
3  *
4  * Copyright (c) Tuomo Valkonen 1999-2006. 
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_FWARN_H
13 #define ION_MOD_QUERY_FWARN_H
14
15 #include <ioncore/mplex.h>
16 #include "wmessage.h"
17
18 extern WMessage *mod_query_message(WMPlex *mplex, const char *p);
19 extern WMessage *mod_query_fwarn(WMPlex *mplex, const char *p);
20
21 #endif /* ION_MOD_QUERY_FWARN_H */