From c54f54d6806fad333847189e162c34854f5fb8e3 Mon Sep 17 00:00:00 2001 From: John Baublitz Date: Thu, 9 Jan 2020 11:19:53 -0500 Subject: [PATCH] libblkid: Fix documentation in libblkid header --- libblkid/src/blkid.h.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/libblkid/src/blkid.h.in b/libblkid/src/blkid.h.in index a35b71388d..d09d60c38b 100644 --- a/libblkid/src/blkid.h.in +++ b/libblkid/src/blkid.h.in @@ -137,8 +137,10 @@ typedef struct blkid_struct_dev_iterate *blkid_dev_iterate; # endif #endif -/* cache.c */ +/* init.c */ extern void blkid_init_debug(int mask); + +/* cache.c */ extern void blkid_put_cache(blkid_cache cache); extern int blkid_get_cache(blkid_cache *cache, const char *filename); extern void blkid_gc_cache(blkid_cache cache); -- 2.47.2