GnuCash 2.4.99
SX-book-p.h
00001 /********************************************************************\
00002  * SX-book-p.h -- private scheduled transaction dataset access      *
00003  *                                                                  *
00004  * This program is free software; you can redistribute it and/or    *
00005  * modify it under the terms of the GNU General Public License as   *
00006  * published by the Free Software Foundation; either version 2 of   *
00007  * the License, or (at your option) any later version.              *
00008  *                                                                  *
00009  * This program is distributed in the hope that it will be useful,  *
00010  * but WITHOUT ANY WARRANTY; without even the implied warranty of   *
00011  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the    *
00012  * GNU General Public License for more details.                     *
00013  *                                                                  *
00014  * You should have received a copy of the GNU General Public License*
00015  * along with this program; if not, contact:                        *
00016  *                                                                  *
00017  * Free Software Foundation           Voice:  +1-617-542-5942       *
00018  * 51 Franklin Street, Fifth Floor    Fax:    +1-617-542-2652       *
00019  * Boston, MA  02110-1301,  USA       gnu@gnu.org                   *
00020 \********************************************************************/
00021 
00022 /*
00023  * FILE:
00024  * SX-book-p.h
00025  *
00026  * FUNCTION:
00027  * Private members of SX-in-book utils.
00028  * See src/doc/books.txt for design overview.
00029  *
00030  * HISTORY:
00031  * Copyright (c) 2003 Linas Vepstas <linas@linas.org>
00032  */
00033 
00034 #ifndef GNC_SX_BOOK_P_H
00035 #define GNC_SX_BOOK_P_H
00036 
00037 #include "qof.h"
00038 #include "SX-book.h"
00039 
00040 /* ====================================================================== */
00041 
00042 SchedXactions* gnc_collection_get_schedxactions(const QofCollection *col);
00043 
00044 /* Associate the given template root account with a book */
00045 void gnc_book_set_template_root (QofBook *book, Account *templateRoot);
00046 
00047 gboolean gnc_sxtt_register (void);
00048 
00049 #endif /* GNC_SX_BOOK_P_H */
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines