summaryrefslogtreecommitdiff
path: root/src/fr-command.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fr-command.c')
-rw-r--r--src/fr-command.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fr-command.c b/src/fr-command.c
index 5cf667e..9f02b45 100644
--- a/src/fr-command.c
+++ b/src/fr-command.c
@@ -172,14 +172,14 @@ base_fr_command_handle_error (FrCommand *comm,
const char **void_mime_types = { NULL };
-const char **
+static const char **
base_fr_command_get_mime_types (FrCommand *comm)
{
return void_mime_types;
}
-FrCommandCap
+static FrCommandCap
base_fr_command_get_capabilities (FrCommand *comm,
const char *mime_type,
gboolean check_command)