aboutsummaryrefslogtreecommitdiff
path: root/src/string2.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/string2.h')
-rw-r--r--src/string2.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/string2.h b/src/string2.h
index e927470..e96ddc5 100644
--- a/src/string2.h
+++ b/src/string2.h
@@ -5,8 +5,8 @@
#include <string.h>
-int strends(const char *, const char *);
-int strstarts(const char *, const char *);
-char *strlibver(void);
+int strrgt(const char *, const char *);
+int strlft(const char *, const char *);
+char *string2ver(void);
#endif /* __STRING2_H__ */