git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3230 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Dave Peticolas 2000-12-03 07:50:29 +00:00
parent c8b06c7c46
commit 73837e5670
2 changed files with 5 additions and 5 deletions

View File

@ -44,11 +44,12 @@
#include "config.h" #include "config.h"
#include "gnc-numeric.h" #include "Account.h"
#include "gnc-commodity.h"
#include "kvp_frame.h"
#include "GNCId.h" #include "GNCId.h"
#include "Transaction.h" #include "Transaction.h"
#include "gnc-commodity.h"
#include "gnc-numeric.h"
#include "kvp_frame.h"
/** STRUCTS *********************************************************/ /** STRUCTS *********************************************************/
@ -88,7 +89,7 @@ struct _account {
* intended use is to be a hint to the GUI as to how to display * intended use is to be a hint to the GUI as to how to display
* and format the transaction data. * and format the transaction data.
*/ */
short type; GNCAccountType type;
/* The currency field denotes the default currency in which all /* The currency field denotes the default currency in which all
* splits in this account are denominated. The gnc_commodity type * splits in this account are denominated. The gnc_commodity type

View File

@ -64,7 +64,6 @@ xaccAccountGetBackend (Account * acc)
Backend * Backend *
xaccTransactionGetBackend (Transaction *trans) xaccTransactionGetBackend (Transaction *trans)
{ {
GList *node;
Split *s; Split *s;
if (!trans) return NULL; if (!trans) return NULL;