mirror of
https://gitlab.com/cryptsetup/cryptsetup.git
synced 2025-12-14 12:20:00 +01:00
Refactor yesDialog utility.
This commit is contained in:
@@ -69,7 +69,7 @@ void clogger(struct crypt_device *cd, int level, const char *file, int line,
|
||||
void tool_log(int level, const char *msg, void *usrptr __attribute__((unused)));
|
||||
void quiet_log(int level, const char *msg, void *usrptr);
|
||||
|
||||
int yesDialog(const char *msg, void *usrptr __attribute__((unused)));
|
||||
int yesDialog(const char *msg, void *usrptr);
|
||||
void show_status(int errcode);
|
||||
const char *uuid_or_device(const char *spec);
|
||||
__attribute__ ((noreturn)) \
|
||||
|
||||
Reference in New Issue
Block a user