From: Frank Lahm Date: Wed, 31 Oct 2012 09:52:07 +0000 (+0100) Subject: Function tracker_to_unix_path() is static X-Git-Url: https://arthur.barton.de/gitweb/?p=netatalk.git;a=commitdiff_plain;h=78fab1e8a314583a8a5f8ab850698a9c96330e5a Function tracker_to_unix_path() is static --- diff --git a/etc/afpd/spotlight_module.c b/etc/afpd/spotlight_module.c index 7e6556f9..2d62ac5c 100644 --- a/etc/afpd/spotlight_module.c +++ b/etc/afpd/spotlight_module.c @@ -35,7 +35,7 @@ static TrackerSparqlConnection *connection; static TrackerMinerManager *manager; -char *tracker_to_unix_path(const char *uri) +static char *tracker_to_unix_path(const char *uri) { EC_INIT; GFile *f = NULL;