reorder some stuff

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@2323 57a11ea4-9604-0410-9ed3-97b8803252fd
zzzoldreleases/1.4
Linas Vepstas 26 years ago
parent 5e5d52bbba
commit ed2239e4a5

@ -108,6 +108,7 @@ void xaccInsertSubAccount( Account *parent, Account *child );
int xaccGetNumAccounts (AccountGroup *grp);
int xaccGroupGetNumAccounts (AccountGroup *grp);
int xaccGroupGetDepth (AccountGroup *grp);
Account * xaccGroupGetAccount (AccountGroup *, int);
/*
* The xaccGetAccounts() subroutine returns an array containing
@ -184,20 +185,6 @@ double xaccGroupGetBalance (AccountGroup *);
AccountGroup * xaccGetAccountRoot (Account *);
/* The xaccConsolidateGrpTrans() subroutine scans through
* all of the transactions in an account, and compares them.
* if any of them are exact duplicates, the duplicates are removed.
* duplicates may occur when accounts from multiple sources are
* merged. Note that this can be a dangerous operation to perform
*
* Note that this subroutine merely walks the account group
* tree, and calls ConsolidateTransacations on each account
*/
void xaccConsolidateGrpTransactions (AccountGroup *);
Account * xaccGroupGetAccount (AccountGroup *, int);
/* The xaccGroupGetParentAccount() subroutine returns the parent
* account of the group, or NULL.
*/
@ -225,6 +212,18 @@ char * xaccAccountGetNextChildCode (Account *acc, int num_digits);
void xaccGroupAutoCode (AccountGroup *grp, int num_digits);
void xaccGroupDepthAutoCode (AccountGroup *grp);
/* The xaccConsolidateGrpTrans() subroutine scans through
* all of the transactions in an account, and compares them.
* if any of them are exact duplicates, the duplicates are removed.
* duplicates may occur when accounts from multiple sources are
* merged. Note that this can be a dangerous operation to perform
*
* Note that this subroutine merely walks the account group
* tree, and calls ConsolidateTransacations on each account
*/
void xaccConsolidateGrpTransactions (AccountGroup *);
#ifndef SWIG
/*

Loading…
Cancel
Save