diff options
Diffstat (limited to 'src/lua/lua_dns_resolver.h')
-rw-r--r-- | src/lua/lua_dns_resolver.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lua/lua_dns_resolver.h b/src/lua/lua_dns_resolver.h index ef42832a6..515e9ac7f 100644 --- a/src/lua/lua_dns_resolver.h +++ b/src/lua/lua_dns_resolver.h @@ -10,7 +10,6 @@ struct rdns_reply; * @param L * @param reply */ -void -lua_push_dns_reply (struct lua_State *L, const struct rdns_reply *reply); +void lua_push_dns_reply(struct lua_State *L, const struct rdns_reply *reply); #endif |