00001 /********************************************************************\ 00002 * dialog-custom-report.h -- dialog for managing custom reports * 00003 * * 00004 * * 00005 * Copyright (C) 2009 * 00006 * * 00007 * Andrew Sackville-West * 00008 * (andrew@swclan.homelinux.org) * 00009 * * 00010 * This program is free software; you can redistribute it and/or * 00011 * modify it under the terms of the GNU General Public License as * 00012 * published by the Free Software Foundation; either version 2 of * 00013 * the License, or (at your option) any later version. * 00014 * * 00015 * This program is distributed in the hope that it will be useful, * 00016 * but WITHOUT ANY WARRANTY; without even the implied warranty of * 00017 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * 00018 * GNU General Public License for more details. * 00019 * * 00020 * You should have received a copy of the GNU General Public License* 00021 * along with this program; if not, contact: * 00022 * * 00023 * Free Software Foundation Voice: +1-617-542-5942 * 00024 * 51 Franklin Street, Fifth Floor Fax: +1-617-542-2652 * 00025 * Boston, MA 02110-1301, USA gnu@gnu.org * 00026 \********************************************************************/ 00027 00028 #ifndef DIALOG_CUSTOM_REPORT_H 00029 #define DIALOG_CUSTOM_REPORT_H 00030 00031 #include "gnc-main-window.h" 00032 00041 void 00042 gnc_ui_custom_report(GncMainWindow * window); 00043 00046 #endif /* DIALOG_CUSTOM_REPORT_H */ 00047 00048 00049 00050
1.5.7.1