LBER_ELEMENT_SIZEOF now in lber_pvt.h

This commit is contained in:
Kurt Zeilenga 2003-12-02 04:21:34 +00:00
parent 3155088e90
commit f844b45a04

View file

@ -154,7 +154,6 @@ typedef struct lber_memory_fns {
#define LBER_OPT_SUCCESS (0)
#define LBER_OPT_ERROR (-1)
#define LBER_ELEMENT_SIZEOF (256) /* must be >= sizeof(BerElement) */
typedef struct berelement BerElement;
typedef struct sockbuf Sockbuf;
typedef struct seqorset Seqorset;