Refactor yesDialog utility.

This commit is contained in:
Ondrej Kozina
2019-05-22 12:05:54 +02:00
parent 60d26be325
commit 3f549ad0df
2 changed files with 11 additions and 6 deletions

View File

@@ -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)) \