[sr-dev] git:master: parser/sdp: exported extract_field(...)

Daniel-Constantin Mierla miconda at gmail.com
Tue Oct 2 16:06:53 CEST 2012


Module: sip-router
Branch: master
Commit: c1d1b82d326ebda28f2b3e57b4066aa1c90e1286
URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=c1d1b82d326ebda28f2b3e57b4066aa1c90e1286

Author: Daniel-Constantin Mierla <miconda at gmail.com>
Committer: Daniel-Constantin Mierla <miconda at gmail.com>
Date:   Tue Oct  2 16:02:05 2012 +0200

parser/sdp: exported extract_field(...)

- part of patch for sdpops by Mikko Lehto

---

 parser/sdp/sdp_helpr_funcs.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/parser/sdp/sdp_helpr_funcs.h b/parser/sdp/sdp_helpr_funcs.h
index 18d3a48..2456cee 100644
--- a/parser/sdp/sdp_helpr_funcs.h
+++ b/parser/sdp/sdp_helpr_funcs.h
@@ -42,6 +42,7 @@
  */
 int get_mixed_part_delimiter(str * body, str * mp_delimiter);
 
+int extract_field(str* body, str* value, str field);
 int extract_rtpmap(str *body, str *rtpmap_payload, str *rtpmap_encoding, str *rtpmap_clockrate, str *rtpmap_parmas);
 int extract_fmtp( str *body, str *fmtp_payload, str *fmtp_string );
 int extract_ptime(str *body, str *ptime);




More information about the sr-dev mailing list