aboutsummaryrefslogtreecommitdiffstats
path: root/epan/filesystem.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2010-08-10 11:36:18 +0000
committerAnders Broman <anders.broman@ericsson.com>2010-08-10 11:36:18 +0000
commit26274eb7018d3bff583687f2a8da4f02cf31620d (patch)
tree70c4c6165826ea6f20389892809c1b0761b0b805 /epan/filesystem.c
parent777a4ee10ee61ed1e33b56921c364dd91a753359 (diff)
From Cal Turney:
Remember folder of capture selected from Welcome screen file dialog. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5038 svn path=/trunk/; revision=33758
Diffstat (limited to 'epan/filesystem.c')
-rw-r--r--epan/filesystem.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/filesystem.c b/epan/filesystem.c
index 77306bd728..2d15a9ca83 100644
--- a/epan/filesystem.c
+++ b/epan/filesystem.c
@@ -93,7 +93,7 @@ static GHashTable *profile_files = NULL;
* character in the pathname, or NULL if the pathname contains no
* separators.
*/
-static char *
+char *
find_last_pathname_separator(const char *path)
{
char *separator;