diff options
author | John Wiegley <johnw@newartisans.com> | 2009-11-12 05:09:25 -0500 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2009-11-12 05:11:06 -0500 |
commit | 48dc654eda27c01d0bad88674d21d0e33e5472f6 (patch) | |
tree | bfb05ee0d302c68b36942741f65fa0a243b0a96e /src/journal.h | |
parent | 0068ac8fc06d00ba5172e5ddbd4f00cc4168681d (diff) | |
download | fork-ledger-48dc654eda27c01d0bad88674d21d0e33e5472f6.tar.gz fork-ledger-48dc654eda27c01d0bad88674d21d0e33e5472f6.tar.bz2 fork-ledger-48dc654eda27c01d0bad88674d21d0e33e5472f6.zip |
Added has_xdata() methods for journal_t and xact_t
Diffstat (limited to 'src/journal.h')
-rw-r--r-- | src/journal.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/journal.h b/src/journal.h index 68fde517..f7124736 100644 --- a/src/journal.h +++ b/src/journal.h @@ -172,6 +172,7 @@ public: const path * original_file = NULL, bool strict = false); + bool has_xdata(); void clear_xdata(); bool valid() const; |