瀏覽代碼

kamailio-kemi-framework: updates to posops exports

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

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

@@ -4375,6 +4375,22 @@ int KSR.posops.pos_body_start();
 
   * <a target='_blank' href='https://kamailio.org/docs/modules/devel/modules/posops.html#posops.f.pos_body_start'>📖 kamailio.cfg::function::pos_body_start()</a>
 
+#### KSR.posops.pos_find_str() ####
+
+```cpp
+int KSR.posops.pos_find_str(int idx, str "val");
+```
+
+  * <a target='_blank' href='https://kamailio.org/docs/modules/devel/modules/posops.html#posops.f.pos_find_str'>📖 kamailio.cfg::function::pos_find_str()</a>
+
+#### KSR.posops.pos_findi_str() ####
+
+```cpp
+int KSR.posops.pos_findi_str(int idx, str "val");
+```
+
+  * <a target='_blank' href='https://kamailio.org/docs/modules/devel/modules/posops.html#posops.f.pos_findi_str'>📖 kamailio.cfg::function::pos_findi_str()</a>
+
 #### KSR.posops.pos_headers_end() ####
 
 ```cpp