Fix function declarations.

This commit is contained in:
Rosen Penev
2017-06-27 22:27:02 +01:00
committed by Simon Kelley
parent 9396752c11
commit 50a2841d34
4 changed files with 26 additions and 26 deletions

View File

@@ -229,7 +229,7 @@ void lease_update_from_configs(void)
else if ((name = host_from_dns(lease->addr)))
lease_set_hostname(lease, name, 1, get_domain(lease->addr), NULL); /* updates auth flag only */
}
static void ourprintf(int *errp, char *format, ...)
{
va_list ap;