aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/output.h
diff options
context:
space:
mode:
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 */