summaryrefslogtreecommitdiff
path: root/globals.h
diff options
context:
space:
mode:
authorGilbert Ramirez <gram@alumni.rice.edu>1999-09-09 03:32:03 +0000
committerGilbert Ramirez <gram@alumni.rice.edu>1999-09-09 03:32:03 +0000
commit8617c58f3ca2b782992be793185127bb7d9e8bff (patch)
treedeb8702f9af0c533a2720fd188c6f411d03a93a2 /globals.h
parent3c49e45cf7490165308e176b2107a1956822d08a (diff)
downloadwireshark-8617c58f3ca2b782992be793185127bb7d9e8bff.tar.gz
More shuffling of GTK-related routines to gtk subdirectory.
svn path=/trunk/; revision=636
Diffstat (limited to 'globals.h')
-rw-r--r--globals.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/globals.h b/globals.h
index 49d46c2a11..ea502a4111 100644
--- a/globals.h
+++ b/globals.h
@@ -47,4 +47,6 @@ extern int sigusr2_received;
extern int quit_after_cap; /* Makes a "capture only mode". Implies -k */
#endif
+#define PF_DIR ".ethereal"
+
#endif