瀏覽代碼

kamailio-kemi-framework: updates to exports for htable

Daniel-Constantin Mierla 3 年之前
父節點
當前提交
2aee047e2d
共有 1 個文件被更改,包括 8 次插入0 次删除
  1. 8 0
      kamailio-kemi-framework/docs/modules.md

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

@@ -2201,6 +2201,14 @@ int KSR.htable.sht_iterator_next(str "iname");
 
   * <a target='_blank' href='https://kamailio.org/docs/modules/devel/modules/htable.html#htable.f.sht_iterator_next'>📖 kamailio.cfg::function::sht_iterator_next()</a>
 
+#### KSR.htable.sht_iterator_rm() ####
+
+```cpp
+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_start() ####
 
 ```cpp