diff options
Diffstat (limited to 'doc/skadns')
-rw-r--r-- | doc/skadns/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/skadns/index.html b/doc/skadns/index.html index f54db2c..7a66c79 100644 --- a/doc/skadns/index.html +++ b/doc/skadns/index.html @@ -206,8 +206,8 @@ which something happened. <p> When <tt>skadns_update</tt> returns, -<tt>genalloc_s(uint16, &a->list)</tt> points to an array of -<tt>genalloc_len(uint16, &a->list)</tt> 16-bit unsigned +<tt>genalloc_s(uint16_t, &a->list)</tt> points to an array of +<tt>genalloc_len(uint16_t, &a->list)</tt> 16-bit unsigned integers. Those integers are valid ids that can be used with the following functions. </p> |