diff options
Diffstat (limited to 'src/fr-command-lrzip.c')
-rw-r--r-- | src/fr-command-lrzip.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fr-command-lrzip.c b/src/fr-command-lrzip.c index 15e5f23..9e88b75 100644 --- a/src/fr-command-lrzip.c +++ b/src/fr-command-lrzip.c @@ -168,14 +168,14 @@ fr_command_lrzip_test (FrCommand *comm) const char *lrzip_mime_type[] = { "application/x-lrzip", NULL }; -const char ** +static const char ** fr_command_lrzip_get_mime_types (FrCommand *comm) { return lrzip_mime_type; } -FrCommandCap +static FrCommandCap fr_command_lrzip_get_capabilities (FrCommand *comm, const char *mime_type, gboolean check_command) |