From 2392a52c10fdb32e504cb76d5f1989df7a643655 Mon Sep 17 00:00:00 2001 From: Alessandro Iezzi Date: Thu, 23 Feb 2023 17:30:32 +0100 Subject: Rename function --- src/string2.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/string2.h') diff --git a/src/string2.h b/src/string2.h index e96ddc5..9e10fd5 100644 --- a/src/string2.h +++ b/src/string2.h @@ -7,6 +7,6 @@ int strrgt(const char *, const char *); int strlft(const char *, const char *); -char *string2ver(void); +char *string2libver(void); #endif /* __STRING2_H__ */ -- cgit v1.2.3