From 5990826a3b7fd661b234c53d0739f68eb138b3cb Mon Sep 17 00:00:00 2001 From: Tim Segers Date: Sat, 22 Oct 2022 21:50:20 +0200 Subject: Remove const qualifier from non-pointer parameters --- src/output.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/output.h') diff --git a/src/output.h b/src/output.h index 8e602a6..d6d00f3 100644 --- a/src/output.h +++ b/src/output.h @@ -15,10 +15,10 @@ /* functions */ void print_planhead(void); -void print_planline(const wchar_t sign, const double depth, const double time, const double runtime, const gas_t *gas); +void print_planline(wchar_t sign, double depth, double time, double runtime, const gas_t *gas); void print_planfoot(const decostate_t *ds); void scan_gas(gas_t *gas, char *str); -void format_gas(char *buf, const size_t buflen, const gas_t *gas); +void format_gas(char *buf, size_t buflen, const gas_t *gas); #endif /* end of include guard: OUTPUT_H */ -- cgit v1.2.3-70-g09d2