Browse Source

data_lump return a comment back to it's owner

Torrey Searle 12 years ago
parent
commit
878b343f37
1 changed files with 1 additions and 1 deletions
  1. 1 1
      data_lump.h

+ 1 - 1
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,
 struct lump* insert_cond_lump_before(struct lump* after, enum lump_conditions c,
 									enum _hdr_types_t type);
 									enum _hdr_types_t type);
 
 
-/*! \brief removes an already existing header */
 /* set an anchor if there is no existing one at the given offset,
 /* set an anchor if there is no existing one at the given offset,
  * otherwise return the existing anchor */
  * otherwise return the existing anchor */
 struct lump* anchor_lump2(struct sip_msg* msg, int offset, int len, enum _hdr_types_t type,
 struct lump* anchor_lump2(struct sip_msg* msg, int offset, int len, enum _hdr_types_t type,
 								int *is_ref);
 								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);
 struct lump* del_lump(struct sip_msg* msg, int offset, int len, enum _hdr_types_t type);
 /*! \brief set an anchor */
 /*! \brief set an anchor */
 struct lump* anchor_lump(struct sip_msg* msg, int offset, int len, enum _hdr_types_t type);
 struct lump* anchor_lump(struct sip_msg* msg, int offset, int len, enum _hdr_types_t type);