aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/string2.c2
-rw-r--r--src/string2.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/string2.c b/src/string2.c
index ad4c99f..b356a67 100644
--- a/src/string2.c
+++ b/src/string2.c
@@ -45,7 +45,7 @@ strlft(const char *str, const char *end)
}
char *
-string2ver(void)
+string2libver(void)
{
return LIBVER;
}
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__ */