summaryrefslogtreecommitdiff
path: root/doc/skadns/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/skadns/index.html')
-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(&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>