From 09bf9e694629b37f201467b988589573f5c3acf9 Mon Sep 17 00:00:00 2001 From: Gerald Combs Date: Mon, 27 Oct 2008 04:47:57 +0000 Subject: ETH -> WS updates. svn path=/trunk/; revision=26570 --- epan/plugins.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'epan/plugins.c') diff --git a/epan/plugins.c b/epan/plugins.c index ed8aaa3f8c..8837b847cf 100644 --- a/epan/plugins.c +++ b/epan/plugins.c @@ -132,8 +132,8 @@ static void plugins_scan_dir(const char *dirname) { #define FILENAME_LEN 1024 - ETH_DIR *dir; /* scanned directory */ - ETH_DIRENT *file; /* current file */ + WS_DIR *dir; /* scanned directory */ + WS_DIRENT *file; /* current file */ const char *name; gchar filename[FILENAME_LEN]; /* current file name */ GModule *handle; /* handle returned by dlopen */ @@ -342,8 +342,8 @@ init_plugins(void) const char *name; char *plugin_dir_path; char *plugins_pers_dir; - ETH_DIR *dir; /* scanned directory */ - ETH_DIRENT *file; /* current file */ + WS_DIR *dir; /* scanned directory */ + WS_DIRENT *file; /* current file */ if (plugin_list == NULL) /* ensure init_plugins is only run once */ { -- cgit v1.2.1