aboutsummaryrefslogtreecommitdiffstats
path: root/epan/filesystem.h
diff options
context:
space:
mode:
Diffstat (limited to 'epan/filesystem.h')
-rw-r--r--epan/filesystem.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/epan/filesystem.h b/epan/filesystem.h
index 4f013f66bd..d965c26300 100644
--- a/epan/filesystem.h
+++ b/epan/filesystem.h
@@ -26,16 +26,9 @@
#define FILESYSTEM_H
/*
- * Given a pathname, return a pointer to the last pathname separator
- * character in the pathname, or NULL if the pathname contains no
- * separators.
- */
-char *find_last_pathname_separator(char *);
-
-/*
* Given a pathname, return the last component.
*/
-char *get_basename(char *);
+const char *get_basename(const char *);
/*
* Given a pathname, return a string containing everything but the