diff options
author | John Wiegley <johnw@newartisans.com> | 2009-02-07 04:26:30 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2009-02-07 04:26:30 -0400 |
commit | eb98e0da8b095634ae779b5b1f3c234d24cccde2 (patch) | |
tree | 0ae0bc269b90f47f0e74432c6363dd84baf41d50 /src/utils.h | |
parent | 17c7037da9ee345c02ad8db89d976fb6c122a7d7 (diff) | |
download | fork-ledger-eb98e0da8b095634ae779b5b1f3c234d24cccde2.tar.gz fork-ledger-eb98e0da8b095634ae779b5b1f3c234d24cccde2.tar.bz2 fork-ledger-eb98e0da8b095634ae779b5b1f3c234d24cccde2.zip |
More revision to the way options are handled; reworked CSV command.
Diffstat (limited to 'src/utils.h')
-rw-r--r-- | src/utils.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/utils.h b/src/utils.h index a292ccf6..ddc83882 100644 --- a/src/utils.h +++ b/src/utils.h @@ -472,7 +472,8 @@ void finish_timer(const char * name); #include "error.h" #include "times.h" #include "flags.h" -#include "stream.h" +#include "stream.h" // output_stream_t +#include "pstream.h" // pstristream enum caught_signal_t { NONE_CAUGHT, |