diff options
-rw-r--r-- | src/metaentry.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/metaentry.c b/src/metaentry.c index 55bd1ac..72a9103 100644 --- a/src/metaentry.c +++ b/src/metaentry.c @@ -106,7 +106,7 @@ mentry_alloc(void) } /* Does a bisect search for the closest match in a metaentry list */ -struct metaentry * +static struct metaentry * mentry_find(const char *path, struct metahash *mhash) { struct metaentry *base; |