summaryrefslogtreecommitdiff
path: root/src/fr-command-tar.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fr-command-tar.c')
-rw-r--r--src/fr-command-tar.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fr-command-tar.c b/src/fr-command-tar.c
index 62818a9..fea3f03 100644
--- a/src/fr-command-tar.c
+++ b/src/fr-command-tar.c
@@ -991,14 +991,14 @@ const char *tar_mime_types[] = { "application/x-compressed-tar",
NULL };
-const char **
+static const char **
fr_command_tar_get_mime_types (FrCommand *comm)
{
return tar_mime_types;
}
-FrCommandCap
+static FrCommandCap
fr_command_tar_get_capabilities (FrCommand *comm,
const char *mime_type,
gboolean check_command)