summaryrefslogtreecommitdiff
path: root/doc/skadns
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2017-03-11 16:44:23 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2017-03-11 16:44:23 +0000
commit22cf41f697ff6de1eb4d6c5f66e5de70e86c9f74 (patch)
treeca8e781d5f8ee611c4adaaaf0b7892120e21e298 /doc/skadns
parent5ad27a3dc4b957191e2e657d41656810138ba789 (diff)
downloads6-dns-22cf41f697ff6de1eb4d6c5f66e5de70e86c9f74.tar.xz
Update documentation, fix wrong types
Diffstat (limited to 'doc/skadns')
-rw-r--r--doc/skadns/index.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/skadns/index.html b/doc/skadns/index.html
index c79bc9e..23d8226 100644
--- a/doc/skadns/index.html
+++ b/doc/skadns/index.html
@@ -135,8 +135,8 @@ skadns_end(&amp;a) ;
<pre>
s6dns_domain_t d ;
-uint16 qtype ;
-uint16 id ;
+uint16_t qtype ;
+uint16_t id ;
tain_t limit, deadline, stamp ;
skadns_send(&amp;a, &amp;id, &amp;d, qtype, &amp;limit, &amp;deadline, &amp;stamp) ;
@@ -213,8 +213,8 @@ following functions.
</p>
<pre>
-char const *skadns_packet (skadns_t *a, uint16 id)
-int skadns_packetlen (skadns_t *a, uint16 id)
+char const *skadns_packet (skadns_t *a, uint16_t id)
+int skadns_packetlen (skadns_t *a, uint16_t id)
</pre>
<p>
@@ -237,7 +237,7 @@ using invalid ids is a programming error and may result in a crash. </li>
</ul>
<pre>
-int skadns_release (skadns_t *a, uint16 id)
+int skadns_release (skadns_t *a, uint16_t id)
</pre>
<p>