mirror of
https://github.com/Gnucash/gnucash.git
synced 2024-11-23 01:16:43 -06:00
consistent whitespace.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13393 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
e65ef1b051
commit
bcc1e9f69e
@ -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 */
|
||||
/** @} */
|
||||
|
Loading…
Reference in New Issue
Block a user