libblkid: Fix documentation in libblkid header

This commit is contained in:
John Baublitz 2020-01-09 11:19:53 -05:00 committed by Karel Zak
parent bb607cb3b2
commit c54f54d680
1 changed files with 3 additions and 1 deletions

View File

@ -137,8 +137,10 @@ typedef struct blkid_struct_dev_iterate *blkid_dev_iterate;
# endif # endif
#endif #endif
/* cache.c */ /* init.c */
extern void blkid_init_debug(int mask); extern void blkid_init_debug(int mask);
/* cache.c */
extern void blkid_put_cache(blkid_cache cache); extern void blkid_put_cache(blkid_cache cache);
extern int blkid_get_cache(blkid_cache *cache, const char *filename); extern int blkid_get_cache(blkid_cache *cache, const char *filename);
extern void blkid_gc_cache(blkid_cache cache); extern void blkid_gc_cache(blkid_cache cache);