aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/cfilter_combo_utils.h
diff options
context:
space:
mode:
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__ */