More documentation and Cisco support.
FossilOrigin-Name: 0a22e4c44b2df5712b2f8edaea0712fcc7fc0ca953e86179c0a653a484197a43
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
|
||||
#include "bstr.h"
|
||||
|
||||
uint8_t * bstr_replace( uint8_t ** dst, uint8_t * bstr)
|
||||
uint8_t * bstr_replace( bstr_t * dst, uint8_t * bstr)
|
||||
{
|
||||
if (*dst)
|
||||
free(*dst);
|
||||
|
Reference in New Issue
Block a user