fixes from Andrew Arensburger

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@1591 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Linas Vepstas 1999-01-09 09:02:41 +00:00
parent bba4ca6406
commit 8795263358
3 changed files with 4 additions and 2 deletions

View File

@ -12,3 +12,4 @@ config.h
*.diffs
xacc
*.xac.*.xac
errs*

View File

@ -697,7 +697,7 @@ Well, just to show that we are getting things done.
<dd>When performing a transfer, it is well-useful to allow the transfer
to be "split" between several accounts. To implement a split,
the best direction might be to have each transaction be a pointer
to a set of splits, with each split having it's own distinct
to a set of splits, with each split having its own distinct
credited account, memo field and currency value. Suggestion is to
leave the debited account pointer in the main transaction, and have one
credited account pointer in each of the splits. Also, suggest

View File

@ -102,7 +102,7 @@ extern void xaccAccListDisplayRefresh (Account **acc);
/*
* redisplay/redraw all windows that contain this transaction
* (opr any of it's member splits).
* (or any of its member splits).
*/
extern void xaccTransDisplayRefresh (Transaction *trans);
@ -118,6 +118,7 @@ extern void xaccRegisterRefresh (SplitRegister *);
* close the window
*/
extern void xaccLedgerDisplayClose (xaccLedgerDisplay *);
#endif /* __MULTI_LEDGER_H__ */
/************************** END OF FILE *************************/