From 4a0f31e50b9a3703bde65a3ecd681058d4ab0e93 Mon Sep 17 00:00:00 2001 From: infirit Date: Sat, 22 Nov 2014 23:03:45 +0100 Subject: fixed missing prototype warning From FR commit: fe3e6aa60ff370fb21475cf621fd86ad78c9303a From: Paolo Bacchilega --- src/fr-command-iso.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/fr-command-iso.c') 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) -- cgit v1.2.1