aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/expert_comp_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/expert_comp_dlg.h
parent6117869099f21044cd13a918c6004b25a6449beb (diff)
Cleanup header file define guards.
svn path=/trunk/; revision=33230
Diffstat (limited to 'gtk/expert_comp_dlg.h')
-rw-r--r--gtk/expert_comp_dlg.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/gtk/expert_comp_dlg.h b/gtk/expert_comp_dlg.h
index db87a82ef9..2f00dbed77 100644
--- a/gtk/expert_comp_dlg.h
+++ b/gtk/expert_comp_dlg.h
@@ -22,4 +22,9 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
+#ifndef __EXPERT_COMP_DLG_H__
+#define __EXPERT_COMP_DLG_H__
+
void expert_comp_dlg_cb(GtkWidget *w, gpointer d);
+
+#endif /* __EXPERT_COMP_DLG_H__ */