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