summaryrefslogtreecommitdiff
path: root/src/fr-command-iso.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fr-command-iso.c')
-rw-r--r--src/fr-command-iso.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fr-command-iso.c b/src/fr-command-iso.c
index 2470554..0f1065e 100644
--- a/src/fr-command-iso.c
+++ b/src/fr-command-iso.c
@@ -202,14 +202,14 @@ fr_command_iso_extract (FrCommand *comm,
const char *iso_mime_type[] = { "application/x-cd-image", NULL };
-const char **
+static const char **
fr_command_iso_get_mime_types (FrCommand *comm)
{
return iso_mime_type;
}
-FrCommandCap
+static FrCommandCap
fr_command_iso_get_capabilities (FrCommand *comm,
const char *mime_type,
gboolean check_command)