Module: sip-router Branch: pd/outbound Commit: af75f69a581e19f8008c326f882aae0f65f86ea8 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=af75f69a...
Author: Peter Dunkley peter.dunkley@crocodile-rcs.com Committer: Peter Dunkley peter.dunkley@crocodile-rcs.com Date: Wed Feb 27 13:59:56 2013 +0000
lib/kcore: abstracted the option-tag parsing code out of parse_supported.[ch]
- This is to make it easier to add parsers for other similar headers (for example, Require:)
---
lib/kcore/option-tags.c | 38 ++++++++++ lib/kcore/option-tags.h | 164 +++++++++++++++++++++++++++++++++++++++++++ lib/kcore/parse_supported.c | 133 ++-------------------------------- lib/kcore/parse_supported.h | 46 +----------- 4 files changed, 213 insertions(+), 168 deletions(-)
Diff: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commitdiff;h=af75...