diff options
| author | John Wiegley <johnw@newartisans.com> | 2007-05-07 10:24:46 +0000 |
|---|---|---|
| committer | John Wiegley <johnw@newartisans.com> | 2008-04-13 03:38:38 -0400 |
| commit | 06e7c2820242ea5130a63305836f822ccb409a92 (patch) | |
| tree | d59d4ad1e85c0319cebe203858bf1924ffa1d205 /src/utils.h | |
| parent | 7868a53b70bd08b79007386dbb5b1590bfb2e457 (diff) | |
| download | ledger-06e7c2820242ea5130a63305836f822ccb409a92.tar.gz ledger-06e7c2820242ea5130a63305836f822ccb409a92.tar.bz2 ledger-06e7c2820242ea5130a63305836f822ccb409a92.zip | |
Rearranged many method names.
Diffstat (limited to 'src/utils.h')
| -rw-r--r-- | src/utils.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/utils.h b/src/utils.h index ddc6de85..22fc48dc 100644 --- a/src/utils.h +++ b/src/utils.h @@ -447,6 +447,13 @@ inline void throw_unexpected_error(char c, char wanted) { /********************************************************************** * + * General support for objects with "flags" + */ + +#include "flags.h" + +/********************************************************************** + * * General utility functions */ |
