From 22cf41f697ff6de1eb4d6c5f66e5de70e86c9f74 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Sat, 11 Mar 2017 16:44:23 +0000 Subject: Update documentation, fix wrong types --- doc/skadns/index.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'doc/skadns/index.html') 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) ;
 s6dns_domain_t d ;
-uint16 qtype ;
-uint16 id ;
+uint16_t qtype ;
+uint16_t id ;
 tain_t limit, deadline, stamp ;
 
 skadns_send(&a, &id, &d, qtype, &limit, &deadline, &stamp) ;
@@ -213,8 +213,8 @@ following functions.
 

-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)
 

@@ -237,7 +237,7 @@ using invalid ids is a programming error and may result in a crash.

-int skadns_release (skadns_t *a, uint16 id)
+int skadns_release (skadns_t *a, uint16_t id)
 

-- cgit v1.2.3