summaryrefslogtreecommitdiff
path: root/src/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common.h')
-rw-r--r--src/common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common.h b/src/common.h
index c462a80..5a3deea 100644
--- a/src/common.h
+++ b/src/common.h
@@ -38,4 +38,6 @@ int str_contains_case_sensitive(char*, char*);
int str_contains_case_insensitive(char*, char*);
+int strip_extension(char*);
+
#endif

Generated by cgit