aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/cfilter_combo_utils.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/cfilter_combo_utils.h
parent6117869099f21044cd13a918c6004b25a6449beb (diff)
Cleanup header file define guards.
svn path=/trunk/; revision=33230
Diffstat (limited to 'gtk/cfilter_combo_utils.h')
-rw-r--r--gtk/cfilter_combo_utils.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/gtk/cfilter_combo_utils.h b/gtk/cfilter_combo_utils.h
index 97f140fe83..f07f770222 100644
--- a/gtk/cfilter_combo_utils.h
+++ b/gtk/cfilter_combo_utils.h
@@ -22,6 +22,9 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
+#ifndef __CFILTER_COMBO_UTILS_H__
+#define __CFILTER_COMBO_UTILS_H__
+
/** @file
* Capture filter combo box routines
*/
@@ -32,3 +35,5 @@ extern gboolean cfilter_combo_add_recent(gchar *s);
#define E_CFILTER_CM_KEY "capture_filter_combo"
#define E_CFILTER_FL_KEY "capture_filter_list"
#define RECENT_KEY_CAPTURE_FILTER "recent.capture_filter"
+
+#endif /* __CFILTER_COMBO_UTILS_H__ */