Browse Source

kamailio-kemi-framework: updated with exports of htable

Daniel-Constantin Mierla 3 years ago
parent
commit
f9780addae
1 changed files with 16 additions and 0 deletions
  1. 16 0
      kamailio-kemi-framework/docs/modules.md

+ 16 - 0
kamailio-kemi-framework/docs/modules.md

@@ -2209,6 +2209,22 @@ int KSR.htable.sht_iterator_rm(str "iname");
 
   * <a target='_blank' href='https://kamailio.org/docs/modules/devel/modules/htable.html#htable.f.sht_iterator_rm'>📖 kamailio.cfg::function::sht_iterator_rm()</a>
 
+#### KSR.htable.sht_iterator_seti() ####
+
+```cpp
+int KSR.htable.sht_iterator_seti(str "iname", int ival);
+```
+
+  * <a target='_blank' href='https://kamailio.org/docs/modules/devel/modules/htable.html#htable.f.sht_iterator_seti'>📖 kamailio.cfg::function::sht_iterator_seti()</a>
+
+#### KSR.htable.sht_iterator_sets() ####
+
+```cpp
+int KSR.htable.sht_iterator_sets(str "iname", str "sval");
+```
+
+  * <a target='_blank' href='https://kamailio.org/docs/modules/devel/modules/htable.html#htable.f.sht_iterator_sets'>📖 kamailio.cfg::function::sht_iterator_sets()</a>
+
 #### KSR.htable.sht_iterator_start() ####
 
 ```cpp