aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2011-01-13 13:53:06 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2011-01-13 13:53:26 +0100
commit9566027b0728684b3a6fbb76dacb03bda4a37bc7 (patch)
tree23407863ea278ef68f96c9d96ffacb8dcbc687e1 /include
parentd9447ba5e6ed74fb60d8a945f9e329fab4380762 (diff)
m2ua: Implement to find a tag inside a message
Diffstat (limited to 'include')
-rw-r--r--include/m2ua/m2ua_msg.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/m2ua/m2ua_msg.h b/include/m2ua/m2ua_msg.h
index 49fe8cc..88eb8a1 100644
--- a/include/m2ua/m2ua_msg.h
+++ b/include/m2ua/m2ua_msg.h
@@ -48,6 +48,8 @@ void m2ua_msg_free(struct m2ua_msg *msg);
int m2ua_msg_add_data(struct m2ua_msg *msg, uint16_t tag, uint16_t len, uint8_t *dat);
+struct m2ua_msg_part *m2ua_msg_find_tag(struct m2ua_msg *msg, uint16_t tag);
+
struct m2ua_msg *m2ua_from_msg(uint16_t len, uint8_t *data);
struct msgb *m2ua_to_msg(struct m2ua_msg *msg);