mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-02-10 06:13:20 -05:00
Merge pull request #197 from fobser/proper_prototype
Make log_ident_revert_to_default() a proper prototype.
This commit is contained in:
commit
c262e1f892
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