Browse Source

kamailio-kemi-framework: updates of htable exports

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

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

@@ -958,6 +958,14 @@ Equivalent of native kamailio.cfg function: `acc_request("comment", "dbtable")`.
 
 <a target='_blank' href='/docs/modules/devel/modules/htable.html#htable.f.sht_sets'> `int sht_sets(str "htname", str "itname", str "itval")` </a>
 
+#### KSR.htable.sht_setxi() ####
+
+<a target='_blank' href='/docs/modules/devel/modules/htable.html#htable.f.sht_setxi'> `int sht_setxi(str "htname", str "itname", int itval, int exval)` </a>
+
+#### KSR.htable.sht_setxs() ####
+
+<a target='_blank' href='/docs/modules/devel/modules/htable.html#htable.f.sht_setxs'> `int sht_setxs(str "htname", str "itname", str "itval", int exval)` </a>
+
 #### KSR.htable.sht_unlock() ####
 
 <a target='_blank' href='/docs/modules/devel/modules/htable.html#htable.f.sht_unlock'> `int sht_unlock(str "htname", str "skey")` </a>