diff include/freeDiameter/libfreeDiameter.h @ 637:22e8fac3b2d6

Split interface file in modules
author Sebastien Decugis <sdecugis@nict.go.jp>
date Thu, 16 Dec 2010 18:56:41 +0900
parents 04dbea46c7a2
children 9448cba86673
line wrap: on
line diff
--- a/include/freeDiameter/libfreeDiameter.h	Wed Dec 15 18:24:33 2010 +0900
+++ b/include/freeDiameter/libfreeDiameter.h	Thu Dec 16 18:56:41 2010 +0900
@@ -2181,7 +2181,6 @@
  * PARAMETERS:
  *  msg		: A msg object.
  *  diamid	: The diameter id of the peer from which this message was received.
- *  hash	: The hash for the diamid value.
  *  add_rr	: if true, a Route-Record AVP is added to the message with content diamid. In that case, dict must be supplied.
  *  dict	: a dictionary with definition of Route-Record AVP (if add_rr is true)
  *
@@ -2360,7 +2359,7 @@
  *   - for octetstring AVPs, the string is copied into a new buffer and its address is saved in avp_value. 
  *  If the dictionary definition is not found, avp_model is set to NULL and
  *  the content of the AVP is saved as an octetstring in an internal structure. avp_value is NULL.
- *  As a result, after this function has been called, there is no more dependency of the msg object to the message buffer, that is be freed.
+ *  As a result, after this function has been called, there is no more dependency of the msg object to the message buffer, that is freed.
  *
  * RETURN VALUE:
  *  0      	: The message has been fully parsed as described.
"Welcome to our mercurial repository"