diff options
Diffstat (limited to 'src/fr-command-lha.c')
-rw-r--r-- | src/fr-command-lha.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fr-command-lha.c b/src/fr-command-lha.c index 4de0e55..55a7218 100644 --- a/src/fr-command-lha.c +++ b/src/fr-command-lha.c @@ -304,14 +304,14 @@ fr_command_lha_extract (FrCommand *comm, const char *lha_mime_type[] = { "application/x-lha", NULL }; -const char ** +static const char ** fr_command_lha_get_mime_types (FrCommand *comm) { return lha_mime_type; } -FrCommandCap +static FrCommandCap fr_command_lha_get_capabilities (FrCommand *comm, const char *mime_type, gboolean check_command) |