From 48bb15e8f202ab75d1e50d572077bd5e07c15fa3 Mon Sep 17 00:00:00 2001 From: onyx-and-iris Date: Mon, 8 Jul 2024 16:39:03 +0100 Subject: [PATCH] upd util.h --- include/util.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/util.h b/include/util.h index 7b0f7b4..86d19ce 100644 --- a/include/util.h +++ b/include/util.h @@ -8,9 +8,9 @@ #ifndef __UTIL_H__ #define __UTIL_H__ -void remove_last_part_of_path(char *szPath); +void remove_last_part_of_path(char *fullpath); int replace_blanks_with_single_space(char *s, size_t len); char *kind_as_string(char *s, int kind, int n); -char *version_as_string(char *, long v, int n); +char *version_as_string(char *s, long v, int n); #endif /* __UTIL_H__ */ \ No newline at end of file