[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: where has ber_bvdup() gone?



> Or am I missing something or possibly out of sync?

It's gone into a macro; I guess you're out of sync somewhere

./include/lber.h:#define        ber_bvdup(bv)   ber_dupbv(NULL, bv)

Ando.