GnuCash  2.6.99
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
dialog-book-close.h
Go to the documentation of this file.
1 /********************************************************************\
2  * dialog-book-close.h -- dialog for helping the user close the *
3  * book at the end of the year by adding *
4  * zero-izing splits to all Income and *
5  * Expense accounts *
6  * *
7  * Copyright (C) 2007-8 Derek Atkins <[email protected]> *
8  * *
9  * This program is free software; you can redistribute it and/or *
10  * modify it under the terms of the GNU General Public License as *
11  * published by the Free Software Foundation; either version 2 of *
12  * the License, or (at your option) any later version. *
13  * *
14  * This program is distributed in the hope that it will be useful, *
15  * but WITHOUT ANY WARRANTY; without even the implied warranty of *
16  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
17  * GNU General Public License for more details. *
18  * *
19  * You should have received a copy of the GNU General Public License*
20  * along with this program; if not, contact: *
21  * *
22  * Free Software Foundation Voice: +1-617-542-5942 *
23  * 51 Franklin Street, Fifth Floor Fax: +1-617-542-2652 *
24  * Boston, MA 02110-1301, USA [email protected] *
25 \********************************************************************/
26 
27 #ifndef DIALOG_BOOK_CLOSE_H
28 #define DIALOG_BOOK_CLOSE_H
29 
44 void gnc_ui_close_book (QofBook* book);
45 
46 
49 #endif /* DIALOG_BOOK_CLOSE_H */
void gnc_ui_close_book(QofBook *book)