summaryrefslogtreecommitdiff
path: root/plugins/gtkui/actionhandlers.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/gtkui/actionhandlers.h')
-rw-r--r--plugins/gtkui/actionhandlers.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/plugins/gtkui/actionhandlers.h b/plugins/gtkui/actionhandlers.h
index 2c3c89cc..77084c7e 100644
--- a/plugins/gtkui/actionhandlers.h
+++ b/plugins/gtkui/actionhandlers.h
@@ -168,4 +168,10 @@ action_preferences_handler_cb (void *data);
int
action_preferences_handler (DB_plugin_action_t *act, int ctx);
+gboolean
+action_sort_custom_handler_cb (void *data);
+
+int
+action_sort_custom_handler (DB_plugin_action_t *act, int ctx);
+
#endif