diff options
Diffstat (limited to 'src/utils.h')
-rw-r--r-- | src/utils.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/utils.h b/src/utils.h index 1fbd5e4e..29e2aeda 100644 --- a/src/utils.h +++ b/src/utils.h @@ -223,6 +223,7 @@ extern ReflItemList *intersection_items(ReflItemList *i1, ReflItemList *i2); /* ------------------------------ File handling ----------------------------- */ extern char *check_prefix(char *prefix); +extern char *safe_basename(const char *in); #endif /* UTILS_H */ |