Remove useless redeclaration in blkid_utils.

This commit is contained in:
Ondrej Kozina
2018-07-17 13:12:30 +02:00
committed by Milan Broz
parent fe3ef6fc2e
commit d90f8a3697

View File

@@ -35,8 +35,6 @@ void blk_free(struct blkid_handle *h);
*/
int blk_init_by_fd(struct blkid_handle **h, int fd);
void blk_free(struct blkid_handle *h);
void blk_set_chains_for_wipes(struct blkid_handle *h);
void blk_set_chains_for_full_print(struct blkid_handle *h);