summaryrefslogtreecommitdiff
path: root/epan/filesystem.c
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2008-10-27 04:47:57 +0000
committerGerald Combs <gerald@wireshark.org>2008-10-27 04:47:57 +0000
commit09bf9e694629b37f201467b988589573f5c3acf9 (patch)
tree2751ea93785d63f9b3e18491db9a4acf9999f162 /epan/filesystem.c
parentb8b74f901ddcf364155fefdd62229b26fd945e7f (diff)
downloadwireshark-09bf9e694629b37f201467b988589573f5c3acf9.tar.gz
ETH -> WS updates.
svn path=/trunk/; revision=26570
Diffstat (limited to 'epan/filesystem.c')
-rw-r--r--epan/filesystem.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/filesystem.c b/epan/filesystem.c
index fc60e448a2..4c6fc3c461 100644
--- a/epan/filesystem.c
+++ b/epan/filesystem.c
@@ -970,8 +970,8 @@ profile_exists(const gchar *profilename)
static int
delete_directory (const char *directory, char **pf_dir_path_return)
{
- ETH_DIR *dir;
- ETH_DIRENT *file;
+ WS_DIR *dir;
+ WS_DIRENT *file;
gchar *filename;
int ret = 0;