diff options
Diffstat (limited to 'src/fr-command-rar.c')
-rw-r--r-- | src/fr-command-rar.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fr-command-rar.c b/src/fr-command-rar.c index 0809a36..2aa0eee 100644 --- a/src/fr-command-rar.c +++ b/src/fr-command-rar.c @@ -672,14 +672,14 @@ const char *rar_mime_type[] = { "application/x-cbr", NULL }; -const char ** +static const char ** fr_command_rar_get_mime_types (FrCommand *comm) { return rar_mime_type; } -FrCommandCap +static FrCommandCap fr_command_rar_get_capabilities (FrCommand *comm, const char *mime_type, gboolean check_command) |