diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-01-03 20:41:32 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-01-03 20:41:32 +0000 |
| commit | 50b5f8f9df0439d2d8fa9004e0b4af2f3e1eb44c (patch) | |
| tree | 7fd862d261d406a7f93b8531b01b892feb309c8a /src/util.h | |
| parent | aef58f7a1caf6a67c2c0b12ba3a6bc632d890f4e (diff) | |
Sort-of generates a signed CPL.
Diffstat (limited to 'src/util.h')
| -rw-r--r-- | src/util.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -53,4 +53,6 @@ extern bool empty_or_white_space (std::string s); extern opj_image_t* decompress_j2k (uint8_t* data, int64_t size, int reduce); extern boost::shared_ptr<ARGBFrame> xyz_to_rgb (opj_image_t* xyz_frame); +extern void init (); + } |
