mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-01-03 05:19:34 -05:00
Make log_ident_revert_to_default() a proper prototype.
Pointed out by clang with -Wstrict-prototypes.
This commit is contained in:
parent
7fa2b19389
commit
bdd245ff7d
1 changed files with 1 additions and 1 deletions
|
|
@ -121,7 +121,7 @@ void log_ident_set_default(const char* id);
|
|||
/**
|
||||
* Revert identity to print, back to the recorded default value.
|
||||
*/
|
||||
void log_ident_revert_to_default();
|
||||
void log_ident_revert_to_default(void);
|
||||
|
||||
/**
|
||||
* Set identity to print if there is an identity, otherwise
|
||||
|
|
|
|||
Loading…
Reference in a new issue