From 8b7ab06aa0ea574c9bccbdbba90552ab8064e155 Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Sun, 25 Aug 2019 16:55:26 +0100 Subject: Make a couple of functions static * lib/orderfiles.c (compare_physical_offsets): Make static. * src/descriptions.c (page_description_free): Likewise. --- lib/orderfiles.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/orderfiles.c') diff --git a/lib/orderfiles.c b/lib/orderfiles.c index 86f374ca..b235e192 100644 --- a/lib/orderfiles.c +++ b/lib/orderfiles.c @@ -57,7 +57,7 @@ #if defined(HAVE_LINUX_FIEMAP_H) gl_map_t physical_offsets = NULL; -int compare_physical_offsets (const void *a, const void *b) +static int compare_physical_offsets (const void *a, const void *b) { const char *left = (const char *) a; const char *right = (const char *) b; -- cgit v1.2.3