mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 22:58:50 +01:00
Merge remote-tracking branch 'origin/maint-0.2.4'
This commit is contained in:
commit
5124bc251a
3 changed files with 5 additions and 3 deletions
|
@ -170,7 +170,8 @@ evdns_server_callback(struct evdns_server_request *req, void *data_)
|
|||
* response; -1 if we couldn't launch the request.
|
||||
*/
|
||||
int
|
||||
dnsserv_launch_request(const char *name, int reverse, control_connection_t *control_conn)
|
||||
dnsserv_launch_request(const char *name, int reverse,
|
||||
control_connection_t *control_conn)
|
||||
{
|
||||
entry_connection_t *entry_conn;
|
||||
edge_connection_t *conn;
|
||||
|
|
|
@ -20,7 +20,8 @@ void dnsserv_resolved(entry_connection_t *conn,
|
|||
const char *answer,
|
||||
int ttl);
|
||||
void dnsserv_reject_request(entry_connection_t *conn);
|
||||
int dnsserv_launch_request(const char *name, int is_reverse, control_connection_t *control_conn);
|
||||
int dnsserv_launch_request(const char *name, int is_reverse,
|
||||
control_connection_t *control_conn);
|
||||
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue