diff options
Diffstat (limited to 'src/fr-command-dpkg.c')
-rw-r--r-- | src/fr-command-dpkg.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fr-command-dpkg.c b/src/fr-command-dpkg.c index 7eb0b5a..3ce4f99 100644 --- a/src/fr-command-dpkg.c +++ b/src/fr-command-dpkg.c @@ -210,14 +210,14 @@ fr_command_dpkg_extract (FrCommand *comm, const char *dpkg_mime_type[] = { "application/x-deb", NULL }; -const char ** +static const char ** fr_command_dpkg_get_mime_types (FrCommand *comm) { return dpkg_mime_type; } -FrCommandCap +static FrCommandCap fr_command_dpkg_get_capabilities (FrCommand *comm, const char *mime_type, gboolean check_command) |