Skip to content
Snippets Groups Projects
Commit 57feddec authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Suck in lber types from lber.h (which were moved to lber_types.h.in).

parent 8c665d48
No related branches found
No related tags found
No related merge requests found
......@@ -42,4 +42,25 @@
/* LBER lengths - 32 bits or larger*/
#define LBER_LEN_T int
/* ------------------------------------------------------------ */
/* booleans, enumerations, and integers */
typedef LBER_INT_T ber_int_t;
/* signed and unsigned versions */
typedef signed LBER_INT_T ber_sint_t;
typedef unsigned LBER_INT_T ber_uint_t;
/* tags */
typedef unsigned LBER_TAG_T ber_tag_t;
/* "socket" descriptors */
typedef LBER_SOCKET_T ber_socket_t;
/* lengths */
typedef unsigned LBER_LEN_T ber_len_t;
/* signed lengths */
typedef signed LBER_LEN_T ber_slen_t;
#endif /* _LBER_TYPES_H */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment