diff --git a/src/c-client.xsl b/src/c-client.xsl
index 5df5762..d70b8b6 100644
--- a/src/c-client.xsl
+++ b/src/c-client.xsl
@@ -924,6 +924,14 @@ authorization from the authors.
+ /**
+ * Get the next element of the iterator
+ * @param i Pointer to a _iterator_t
+ *
+ * Get the next element in the iterator. The member rem is
+ * decreased by one. The member data points to the next
+ * element. The member index is increased by sizeof(_t)
+ */
@@ -1178,6 +1186,10 @@ authorization from the authors.
+
+
+
+
/*****************************************************************************
**
**
@@ -1242,6 +1254,11 @@ authorization from the authors.
+
+
+
+
+