summaryrefslogtreecommitdiff
path: root/plugins/hotkeys/actionhandlers.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/hotkeys/actionhandlers.h')
-rw-r--r--plugins/hotkeys/actionhandlers.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/plugins/hotkeys/actionhandlers.h b/plugins/hotkeys/actionhandlers.h
index 7be46151..f6f5db20 100644
--- a/plugins/hotkeys/actionhandlers.h
+++ b/plugins/hotkeys/actionhandlers.h
@@ -21,5 +21,13 @@
3. This notice may not be removed or altered from any source distribution.
*/
+#ifndef __HOTKEYS_ACTIONHANDLERS_H
+#define __HOTKEYS_ACTIONHANDLERS_H
+
int
action_jump_to_current_handler (DB_plugin_action_t *act, int ctx);
+
+int
+action_reload_metadata_handler (DB_plugin_action_t *act, int ctx);
+
+#endif