aboutsummaryrefslogtreecommitdiff
path: root/src/string2.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/string2.c')
-rw-r--r--src/string2.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/string2.c b/src/string2.c
index 332dbf7..6050ea2 100644
--- a/src/string2.c
+++ b/src/string2.c
@@ -44,3 +44,9 @@ strstarts(const char *str, const char *end)
return 0;
}
+
+char *
+strlibver(void)
+{
+ return LIBVER;
+}