aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/tap_dfilter_dlg.h
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2010-06-15 21:18:31 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2010-06-15 21:18:31 +0000
commitb940189f7afcd9debc3381e63c11f9af2be52dab (patch)
tree74ab40fb57d861f7ee24158e4495e300b4127202 /gtk/tap_dfilter_dlg.h
parent6117869099f21044cd13a918c6004b25a6449beb (diff)
Cleanup header file define guards.
svn path=/trunk/; revision=33230
Diffstat (limited to 'gtk/tap_dfilter_dlg.h')
-rw-r--r--gtk/tap_dfilter_dlg.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/gtk/tap_dfilter_dlg.h b/gtk/tap_dfilter_dlg.h
index 43fe396aad..2a6ef4e275 100644
--- a/gtk/tap_dfilter_dlg.h
+++ b/gtk/tap_dfilter_dlg.h
@@ -23,6 +23,9 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
+#ifndef __TAP_DFILTER_DLG_H__
+#define __TAP_DFILTER_DLG_H__
+
/*
* You can easily add a display filter dialog for your gui tap by using
* the following infrastructure:
@@ -71,3 +74,5 @@ void register_dfilter_stat(tap_dfilter_dlg *info, const char *name,
/* This will update the titles of the dialog windows when we load a new capture file. */
void tap_dfilter_dlg_update (void);
+
+#endif /* __TAP_DFILTER_DLG_H__ */