int EBufferClone ( EBUFFER_T * srcp, /* source buffer */ EBUFFER_T * dstp /* destination buffer */ );
This routine creates a copy of an extended buffer, allocating space from the dynamic pool. Parameter srcp is the old buffer, and dstp the new.
0 if successful, otherwise -1.
snmpEbufLib