aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/output.h
diff options
context:
space:
mode:
authorGravatar Tim Segers <tsegers@pm.me>2022-10-04 23:37:18 +0200
committerGravatar Tim Segers <tsegers@pm.me>2022-10-04 23:37:18 +0200
commit5aab2fa8558dc9053eff79a3578854ba44f65b76 (patch)
tree4c6297ddb13ed1a74cc9ea0685f97a886e8aab15 /output.h
parentb6aaf32347e0859fae26f422d66deaac8e63b475 (diff)
downloadopendeco-5aab2fa8558dc9053eff79a3578854ba44f65b76.tar.gz
Add scan_gas to mirror format_gas
Diffstat (limited to 'output.h')
-rw-r--r--output.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/output.h b/output.h
index 0cedcc7..829e23a 100644
--- a/output.h
+++ b/output.h
@@ -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 */