diff options
author | Nick Mathewson <nickm@torproject.org> | 2006-12-12 02:57:02 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2006-12-12 02:57:02 +0000 |
commit | 35d92f824562cba975e34c52eb6d93c14b528748 (patch) | |
tree | caed0f82752cd55927621a54d52003dbd2b2f502 /src/or/eventdns.h | |
parent | 097aec8e9dd45b8a640a01a1fd57302249f16bd8 (diff) | |
download | tor-35d92f824562cba975e34c52eb6d93c14b528748.tar.gz tor-35d92f824562cba975e34c52eb6d93c14b528748.zip |
r11498@Kushana: nickm | 2006-12-11 21:40:24 -0500
Document all structures and (non-exported) functions. External documentation will probably wind up being a manpage, hopefully written by somebody else.
svn:r9087
Diffstat (limited to 'src/or/eventdns.h')
-rw-r--r-- | src/or/eventdns.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/or/eventdns.h b/src/or/eventdns.h index b9b54f31d2..19a924e2b2 100644 --- a/src/or/eventdns.h +++ b/src/or/eventdns.h @@ -75,6 +75,8 @@ void evdns_set_log_fn(evdns_debug_log_fn_type fn); #define DNS_NO_SEARCH 1 +/* Structures and functions used to implement a DNS server. */ + struct evdns_server_request { int flags; int nquestions; |