]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
libblkid: Fix documentation in libblkid header
authorJohn Baublitz <jbaublitz@redhat.com>
Thu, 9 Jan 2020 16:19:53 +0000 (11:19 -0500)
committerKarel Zak <kzak@redhat.com>
Fri, 10 Jan 2020 11:05:46 +0000 (12:05 +0100)
libblkid/src/blkid.h.in

index a35b71388de9e756e2bcbf0be2c0418986439bf1..d09d60c38bdc7c5fce1e606235a3492ea2e045a8 100644 (file)
@@ -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);