aboutsummaryrefslogtreecommitdiffstats
path: root/filters.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2001-04-02 09:53:46 +0000
committerGuy Harris <guy@alum.mit.edu>2001-04-02 09:53:46 +0000
commit65dc46932669c4fb95360156a863294f51963fa8 (patch)
tree58d2550d39940bee832d3438d649188b1294cd58 /filters.c
parentd203637adecc1783ce9705a33e7af6e88778f5e2 (diff)
"get_home_dir()", in "epan/filesystem.c", uses
"find_last_pathname_separator()" on Win32; move the other pathname manipulation routines from "util.c" into "epan/filesystem.c". Remove from "util.h" the declarations of routines not defined in "util.c", and put them into "epan/filesystem.h" if they're not already there. Adjust #includes to make the above work. svn path=/trunk/; revision=3241
Diffstat (limited to 'filters.c')
-rw-r--r--filters.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/filters.c b/filters.c
index 4a9997eca3..a82cf25a32 100644
--- a/filters.c
+++ b/filters.c
@@ -1,7 +1,7 @@
/* filters.c
* Code for reading and writing the filters file.
*
- * $Id: filters.c,v 1.8 2001/03/15 09:50:39 guy Exp $
+ * $Id: filters.c,v 1.9 2001/04/02 09:53:42 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -47,9 +47,9 @@
#include <glib.h>
#include <epan.h>
+#include <filesystem.h>
#include "filters.h"
-#include "util.h"
/*
* Old filter file name.