Ignore:
Timestamp:
Jul 26, 2016 2:58:44 AM (7 years ago)
Author:
nanang
Message:

Misc (re #1945): Updated array limit checks and docs in pjsip_evsub_register_pkg() and pjsip_endpt_add_capability(). Thanks Alexei Gradinari for the patch.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/include/pjsip/sip_endpoint.h

    r5055 r5397  
    584584 *                  must be supplied in this argument. Otherwise the value 
    585585 *                  must be set to NULL. 
    586  * @param count     The number of tags in the array. 
     586 * @param count     The number of tags in the array. The value must not 
     587 *                  be greater than PJSIP_GENERIC_ARRAY_MAX_COUNT. 
    587588 * @param tags      Array of tags describing the capabilities or extensions 
    588589 *                  to be added to the appropriate header. 
Note: See TracChangeset for help on using the changeset viewer.