summaryrefslogtreecommitdiff
path: root/src/fr-command-ar.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fr-command-ar.c')
-rw-r--r--src/fr-command-ar.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fr-command-ar.c b/src/fr-command-ar.c
index 8b7d210..09d7640 100644
--- a/src/fr-command-ar.c
+++ b/src/fr-command-ar.c
@@ -282,14 +282,14 @@ const char *ar_mime_type[] = { "application/x-ar",
NULL };
-const char **
+static const char **
fr_command_ar_get_mime_types (FrCommand *comm)
{
return ar_mime_type;
}
-FrCommandCap
+static FrCommandCap
fr_command_ar_get_capabilities (FrCommand *comm,
const char *mime_type,
gboolean check_command)