Module: sip-router Branch: master Commit: f7b97e8a8329f23aef74be87f9ff18c3206e811a URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=f7b97e8a...
Author: Henning Westerholt hw@kamailio.org Committer: Henning Westerholt hw@kamailio.org Date: Thu Jul 5 22:35:22 2012 +0200
parser: make get_hdr_field(..) and necessary called functions const-correct
---
parser/hf.c | 4 ++-- parser/hf.h | 4 ++-- parser/msg_parser.c | 2 +- parser/msg_parser.h | 2 +- parser/parse_content.c | 12 ++++++------ parser/parse_content.h | 10 +++++----- parser/parse_cseq.c | 4 ++-- parser/parse_cseq.h | 4 ++-- parser/parse_hname2.c | 2 +- parser/parse_hname2.h | 2 +- parser/parse_methods.c | 6 +++--- parser/parse_methods.h | 4 ++-- parser/parse_retry_after.c | 2 +- parser/parse_retry_after.h | 2 +- parser/parse_to.c | 17 ++++++++--------- parser/parse_to.h | 10 +++++----- parser/parse_via.c | 12 ++++++------ parser/parse_via.h | 2 +- 18 files changed, 50 insertions(+), 51 deletions(-)
Diff: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commitdiff;h=f7b9...