From 34a06a7d49075a142d1fd7fd3565b0cb9b0c0d68 Mon Sep 17 00:00:00 2001 From: Alexey Yakovenko Date: Sun, 11 Apr 2010 19:14:16 +0200 Subject: don't create global hotkeys tab in preferences unless there's hotkeys plugin --- plugins.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'plugins.h') diff --git a/plugins.h b/plugins.h index 3f3db11c..70a93249 100644 --- a/plugins.h +++ b/plugins.h @@ -133,6 +133,9 @@ plug_free_decoder_ids (void); DB_decoder_t * plug_get_decoder_for_id (const char *id); +DB_plugin_t * +plug_get_for_id (const char *id); + int plug_is_local_file (const char *fname); -- cgit v1.2.3