diff --git a/obexd/plugins/filesystem.c b/obexd/plugins/filesystem.c
index bf00ac2..bb758ab 100644
--- a/obexd/plugins/filesystem.c
+++ b/obexd/plugins/filesystem.c
return append_listing(object, name, TRUE, size, err);
}
-int string_free(void *object)
+static int string_free(void *object)
{
GString *string = object;
diff --git a/obexd/plugins/filesystem.h b/obexd/plugins/filesystem.h
index 712653f..9c7ad9a 100644
--- a/obexd/plugins/filesystem.h
+++ b/obexd/plugins/filesystem.h
*
*/
-int string_free(void *object);
ssize_t string_read(void *object, void *buf, size_t count);