diff options
author | Tim Segers <tsegers@pm.me> | 2022-10-04 23:37:18 +0200 |
---|---|---|
committer | Tim Segers <tsegers@pm.me> | 2022-10-04 23:37:18 +0200 |
commit | 5aab2fa8558dc9053eff79a3578854ba44f65b76 (patch) | |
tree | 4c6297ddb13ed1a74cc9ea0685f97a886e8aab15 /output.h | |
parent | b6aaf32347e0859fae26f422d66deaac8e63b475 (diff) | |
download | opendeco-5aab2fa8558dc9053eff79a3578854ba44f65b76.tar.gz |
Add scan_gas to mirror format_gas
Diffstat (limited to 'output.h')
-rw-r--r-- | output.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -16,4 +16,6 @@ void print_planhead(); void print_planline(const wchar_t sign, const double depth, const double time, const double runtime, const gas_t *gas); void print_planfoot(const decostate_t *ds); +void scan_gas(gas_t *gas, char *str); + #endif /* end of include guard: OUTPUT_H */ |