diff options
author | John Van Ostrand <john@vanostrand.com> | 2014-11-07 12:51:01 -0500 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-11-07 13:15:44 -0800 |
commit | d4121fb42afc2ed89d4109fee948e8f0fec12531 (patch) | |
tree | 157334d14a404dc51aba37f90d85608fbe3b0061 /file.h | |
parent | 8136306911328b9899a526671daf03ad03abb107 (diff) | |
download | subsurface-d4121fb42afc2ed89d4109fee948e8f0fec12531.tar.gz |
Liquivision import fixes
Fixed rounding of temperatures
Fixed compile warnings
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'file.h')
-rw-r--r-- | file.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -7,6 +7,7 @@ struct memblock { }; extern int try_to_open_cochran(const char *filename, struct memblock *mem); +extern int try_to_open_liquivision(const char *filename, struct memblock *mem); #ifdef __cplusplus extern "C" { |