aboutsummaryrefslogtreecommitdiffstats
path: root/src/lua/lua_dns_resolver.h
blob: f5c71aa0b9f0581d44cbf98a9d07f569f6e73f3e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#ifndef RSPAMD_LUA_DNS_H
#define RSPAMD_LUA_DNS_H

typedef struct lua_State lua_State;
struct rdns_reply;

/**
 * Pushes dns reply onto Lua stack
 *
 * @param L
 * @param reply
 */
void
lua_push_dns_reply (lua_State *L, const struct rdns_reply *reply);

#endif //RSPAMD_LUA_DNS_H