Module: sip-router Branch: master Commit: 878b343f374a62d7ea5ebe5e85b00c391956b623 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=878b343f...
Author: Torrey Searle tsearle@gmail.com Committer: Torrey Searle tsearle@gmail.com Date: Tue Apr 30 12:01:00 2013 +0200
data_lump return a comment back to it's owner
---
data_lump.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/data_lump.h b/data_lump.h index 88a1f0d..d4b24f0 100644 --- a/data_lump.h +++ b/data_lump.h @@ -75,11 +75,11 @@ struct lump* insert_cond_lump_after(struct lump* after, enum lump_conditions c, struct lump* insert_cond_lump_before(struct lump* after, enum lump_conditions c, enum _hdr_types_t type);
-/*! \brief removes an already existing header */ /* set an anchor if there is no existing one at the given offset, * otherwise return the existing anchor */ struct lump* anchor_lump2(struct sip_msg* msg, int offset, int len, enum _hdr_types_t type, int *is_ref); +/*! \brief removes an already existing header */ struct lump* del_lump(struct sip_msg* msg, int offset, int len, enum _hdr_types_t type); /*! \brief set an anchor */ struct lump* anchor_lump(struct sip_msg* msg, int offset, int len, enum _hdr_types_t type);