diff options
author | Tim Segers <tsegers@pm.me> | 2023-01-04 15:58:18 +0100 |
---|---|---|
committer | Tim Segers <tsegers@pm.me> | 2023-01-07 15:24:51 +0100 |
commit | 9abb518efdbe45dee564add30b2b5c597cd6e73a (patch) | |
tree | 01b6fe9a9b870273c33acce22fdf8b08de1cfcd8 /src/output.h | |
parent | de20bd3bfddb44f8259b9a708db2700517ff498a (diff) | |
download | opendeco-9abb518efdbe45dee564add30b2b5c597cd6e73a.tar.gz |
Print RMV and add units to EAD, NDL, and TTS output
Diffstat (limited to 'src/output.h')
-rw-r--r-- | src/output.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/output.h b/src/output.h index 083cef0..ca390d4 100644 --- a/src/output.h +++ b/src/output.h @@ -17,6 +17,7 @@ void print_planhead(void); void print_planline(wchar_t sign, double depth, double time, double runtime, const gas_t *gas); void print_planfoot(const decostate_t *ds); +void print_disclaimer(void); int scan_gas(gas_t *gas, char *str); void format_gas(char *buf, size_t buflen, const gas_t *gas); |