consistent whitespace.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13393 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Joshua Sled 2006-02-26 15:18:55 +00:00
parent e65ef1b051
commit bcc1e9f69e

View File

@ -45,15 +45,13 @@
typedef struct xaccSchedXactionsDef SchedXactions;
SchedXactions * gnc_collection_get_schedxaction_list( QofCollection *col);
GList * gnc_collection_get_schedxactions( QofCollection *col);
GList * gnc_book_get_schedxactions( QofBook *book );
/** Returns the template group from the book.
**/
AccountGroup * gnc_book_get_template_group (QofBook *book);
AccountGroup * gnc_collection_get_template_group( QofCollection *col );
SchedXactions * gnc_collection_get_schedxaction_list(QofCollection *col);
GList * gnc_collection_get_schedxactions(QofCollection *col);
GList * gnc_book_get_schedxactions(QofBook *book);
/** Returns the template group from the book. **/
AccountGroup * gnc_book_get_template_group(QofBook *book);
AccountGroup * gnc_collection_get_template_group(QofCollection *col);
#endif /* GNC_SX_BOOK_H */
/** @} */