From d1ce73191c2166e9ea0152179d533d51a13a5df2 Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Thu, 23 Dec 2010 22:59:09 +0100 Subject: libmount: don't export some cache.c files Signed-off-by: Karel Zak --- shlibs/mount/src/cache.c | 21 ++++++--------------- 1 file changed, 6 insertions(+), 15 deletions(-) (limited to 'shlibs/mount/src/cache.c') diff --git a/shlibs/mount/src/cache.c b/shlibs/mount/src/cache.c index eceb2c0ae..0578c0655 100644 --- a/shlibs/mount/src/cache.c +++ b/shlibs/mount/src/cache.c @@ -177,14 +177,10 @@ static int mnt_cache_add_tag(mnt_cache *cache, const char *token, } -/** - * mnt_cache_find_path: - * @cache: pointer to mnt_cache instance - * @path: "native" (non-canonicalized) path - * - * Returns: cached canonicalized path or NULL. +/* + * Returns cached canonicalized path or NULL. */ -const char *mnt_cache_find_path(mnt_cache *cache, const char *path) +static const char *mnt_cache_find_path(mnt_cache *cache, const char *path) { int i; @@ -204,15 +200,10 @@ const char *mnt_cache_find_path(mnt_cache *cache, const char *path) return NULL; } -/** - * mnt_cache_find_tag: - * @cache: pointer to mnt_cache instance - * @token: tag name - * @value: tag value - * - * Returns: cached path or NULL. +/* + * Returns cached path or NULL. */ -const char *mnt_cache_find_tag(mnt_cache *cache, +static const char *mnt_cache_find_tag(mnt_cache *cache, const char *token, const char *value) { int i; -- cgit v1.2.3-55-g7522