GnuCash c935c2f+
Loading...
Searching...
No Matches
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 <derek@ihtfp.com> *
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 gnu@gnu.org *
25\********************************************************************/
26
27#ifndef DIALOG_BOOK_CLOSE_H
28#define DIALOG_BOOK_CLOSE_H
29
45void gnc_ui_close_book (QofBook* book, GtkWindow *parent);
46
47
50#endif /* DIALOG_BOOK_CLOSE_H */
void gnc_ui_close_book(QofBook *book, GtkWindow *parent)
Create and run the dialog to close the book.
QofBook reference.
Definition qofbook-p.hpp:47