mirror of
https://gitlab.com/cryptsetup/cryptsetup.git
synced 2025-12-05 16:00:05 +01:00
Remove useless redeclaration in blkid_utils.
This commit is contained in:
committed by
Milan Broz
parent
fe3ef6fc2e
commit
d90f8a3697
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user