mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-13 02:40:07 -04:00
silence compiler warnings
This commit is contained in:
parent
086ca987ec
commit
84201c293d
1 changed files with 2 additions and 1 deletions
|
|
@ -153,7 +153,8 @@ static struct {
|
|||
* The following are defined just for avoiding unused static functions.
|
||||
*/
|
||||
#ifndef BIND9
|
||||
void *run, *shutdown, *start, *reload, *finish, *block, *unblock;
|
||||
void *run, *shutdown, *start, *onrun,
|
||||
*reload, *finish, *block, *unblock;
|
||||
#endif
|
||||
} appmethods = {
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue