summaryrefslogtreecommitdiff
path: root/src/vikexttools.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/vikexttools.h')
-rw-r--r--src/vikexttools.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vikexttools.h b/src/vikexttools.h
index 172663c..35fac62 100644
--- a/src/vikexttools.h
+++ b/src/vikexttools.h
@@ -31,7 +31,7 @@ G_BEGIN_DECLS
void vik_ext_tools_register ( VikExtTool *tool );
void vik_ext_tools_unregister_all ();
-void vik_ext_tools_add_menu_items ( VikWindow *vwindow, GtkUIManager *uim );
+void vik_ext_tools_add_action_items ( VikWindow *vwindow, GtkUIManager *uim, GtkActionGroup *action_group, guint mid );
G_END_DECLS