Packaging: don't install dialog headers.
[gnumeric.git] / src / dialogs / dao-gui-utils.h
blob422da73b6a080d35a3eedcea6bf4ff43fc6a41e4
1 /*
2 * dao-gui-utils.h:
4 * Authors:
5 * Jukka-Pekka Iivonen <jiivonen@hutcs.cs.hut.fi>
6 * Andreas J. Guelzow <aguelzow@taliesin.ca>
8 * (C) Copyright 2000, 2001 by Jukka-Pekka Iivonen <jiivonen@hutcs.cs.hut.fi>
9 * (C) Copyright 2001, 2002 by Andreas J. Guelzow <aguelzow@taliesin.ca>
11 * This program is free software; you can redistribute it and/or modify
12 * it under the terms of the GNU General Public License as published by
13 * the Free Software Foundation; either version 2 of the License, or
14 * (at your option) any later version.
16 * This program is distributed in the hope that it will be useful,
17 * but WITHOUT ANY WARRANTY; without even the implied warranty of
18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19 * GNU General Public License for more details.
21 * You should have received a copy of the GNU General Public License
22 * along with this program; if not, see <https://www.gnu.org/licenses/>.
25 #ifndef GNUMERIC_DAO_GUI_UTILS_H
26 #define GNUMERIC_DAO_GUI_UTILS_H
28 #include "gnumeric.h"
29 #include "tools/dao.h"
32 void dialog_tool_init_outputs (GnmGenericToolState *state, GCallback sensitivity_cb);
33 data_analysis_output_t *parse_output (GnmGenericToolState *state, data_analysis_output_t *dao);
34 void dialog_tool_preset_to_range (GnmGenericToolState *state);
37 #endif