... | ... |
@@ -53,6 +53,10 @@ int km_append_branch(struct sip_msg* msg, str* uri, str* dst_uri, str* path, |
53 | 53 |
*/ |
54 | 54 |
void init_branch_iterator(void); |
55 | 55 |
|
56 |
+/* |
|
57 |
+ * Return branch iterator position |
|
58 |
+ */ |
|
59 |
+int get_branch_iterator(void); |
|
56 | 60 |
|
57 | 61 |
/* |
58 | 62 |
* Get the next branch in the current transaction |