diff options
Diffstat (limited to 'src/fr-command-cfile.c')
-rw-r--r-- | src/fr-command-cfile.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fr-command-cfile.c b/src/fr-command-cfile.c index 32f8a3a..463e156 100644 --- a/src/fr-command-cfile.c +++ b/src/fr-command-cfile.c @@ -466,14 +466,14 @@ const char *cfile_mime_type[] = { "application/x-gzip", NULL }; -const char ** +static const char ** fr_command_cfile_get_mime_types (FrCommand *comm) { return cfile_mime_type; } -FrCommandCap +static FrCommandCap fr_command_cfile_get_capabilities (FrCommand *comm, const char *mime_type, gboolean check_command) |