summaryrefslogtreecommitdiff
path: root/src/fr-command-rpm.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fr-command-rpm.c')
-rw-r--r--src/fr-command-rpm.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fr-command-rpm.c b/src/fr-command-rpm.c
index b501ad2..89cd285 100644
--- a/src/fr-command-rpm.c
+++ b/src/fr-command-rpm.c
@@ -226,14 +226,14 @@ fr_command_rpm_extract (FrCommand *comm,
const char *rpm_mime_type[] = { "application/x-rpm", NULL };
-const char **
+static const char **
fr_command_rpm_get_mime_types (FrCommand *comm)
{
return rpm_mime_type;
}
-FrCommandCap
+static FrCommandCap
fr_command_rpm_get_capabilities (FrCommand *comm,
const char *mime_type,
gboolean check_command)