00001 /********************************************************************\ 00002 * dialog-book-close.h -- dialog for helping the user close the * 00003 * book at the end of the year by adding * 00004 * zero-izing splits to all Income and * 00005 * Expense accounts * 00006 * * 00007 * Copyright (C) 2007-8 Derek Atkins <derek@ihtfp.com> * 00008 * * 00009 * This program is free software; you can redistribute it and/or * 00010 * modify it under the terms of the GNU General Public License as * 00011 * published by the Free Software Foundation; either version 2 of * 00012 * the License, or (at your option) any later version. * 00013 * * 00014 * This program is distributed in the hope that it will be useful, * 00015 * but WITHOUT ANY WARRANTY; without even the implied warranty of * 00016 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * 00017 * GNU General Public License for more details. * 00018 * * 00019 * You should have received a copy of the GNU General Public License* 00020 * along with this program; if not, contact: * 00021 * * 00022 * Free Software Foundation Voice: +1-617-542-5942 * 00023 * 51 Franklin Street, Fifth Floor Fax: +1-617-542-2652 * 00024 * Boston, MA 02110-1301, USA gnu@gnu.org * 00025 \********************************************************************/ 00026 00027 #ifndef DIALOG_BOOK_CLOSE_H 00028 #define DIALOG_BOOK_CLOSE_H 00029 00044 void gnc_ui_close_book (QofBook* book); 00045 00046 00049 #endif /* DIALOG_BOOK_CLOSE_H */
1.5.2