diff options
Diffstat (limited to 'src/common.h')
-rw-r--r-- | src/common.h | 2 |
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 |