aboutsummaryrefslogtreecommitdiffstats
path: root/filters.c
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2001-04-02 09:53:46 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2001-04-02 09:53:46 +0000
commit5b4dc8da07b690d10f5c3f936840c6dcea550b8d (patch)
tree58d2550d39940bee832d3438d649188b1294cd58 /filters.c
parent9ecfe0caa72eebec651f586d7885c904500097d7 (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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@3241 f5534014-38df-0310-8fa8-9805f1628bb7
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.