this file will be obsoleted/replaced by whizbang new qofid shortly.

Ugh. its a big mess now, but it should be a lot cleaner post-haste


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@9507 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Linas Vepstas 2003-10-15 00:07:17 +00:00
parent 883038301d
commit ae46d71132

View File

@ -12,6 +12,10 @@
#include "qofbook.h"
#include "qofid.h"
/* XXXX this is to be replaced by QofCollection shortly,
* which should provide the dirty flag, as well as defualt
* for-each'es.
* */
typedef struct _gncBookInfo {
gboolean is_dirty;
} GncBookInfo;