X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=mod_query%2Finput.h;h=9e4ef04ad96a3336792304cd3e4efa014c29c92f;hb=e3aec18706513a87eaa7839dfdaf7e0fcd0d8d2a;hp=3dbde2e7706b0dfa1da1f9f22a726e21219061cb;hpb=de22e45179cb3bafa490294d31d47f361047a30a;p=ion3.git diff --git a/mod_query/input.h b/mod_query/input.h index 3dbde2e..9e4ef04 100644 --- a/mod_query/input.h +++ b/mod_query/input.h @@ -1,12 +1,9 @@ /* * ion/mod_query/input.h * - * Copyright (c) Tuomo Valkonen 1999-2007. + * Copyright (c) Tuomo Valkonen 1999-2009. * - * Ion is free software; you can redistribute it and/or modify it under - * the terms of the GNU Lesser General Public License as published by - * the Free Software Foundation; either version 2.1 of the License, or - * (at your option) any later version. + * See the included file LICENSE for details. */ #ifndef ION_MOD_QUERY_INPUT_H @@ -28,7 +25,7 @@ DECLCLASS(WInput){ extern bool input_init(WInput *input, WWindow *par, const WFitParams *fp); extern void input_deinit(WInput *input); -extern void input_fitrep(WInput *input, WWindow *par, const WFitParams *fp); +extern bool input_fitrep(WInput *input, WWindow *par, const WFitParams *fp); extern void input_refit(WInput *input); extern void input_cancel(WInput *input); extern bool input_rqclose(WInput *input);