Skip to content
Snippets Groups Projects
Commit beb88dc9 authored by Chris Angelico's avatar Chris Angelico Committed by Henrik (Grubba) Grubbström
Browse files

Protocols.DNS: Mark async_client()->do_query() for autodoc

parent e9a05069
No related branches found
No related tags found
No related merge requests found
...@@ -1784,6 +1784,7 @@ class async_client ...@@ -1784,6 +1784,7 @@ class async_client
call_out(retry,RETRY_DELAY,r,nsno+1); call_out(retry,RETRY_DELAY,r,nsno+1);
} }
//!
void do_query(string domain, int cl, int type, void do_query(string domain, int cl, int type,
function(string,mapping,mixed...:void) callback, function(string,mapping,mixed...:void) callback,
mixed ... args) mixed ... args)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment