]> git.sur5r.net Git - openldap/blobdiff - include/lber.h
ITS#8733 Allow extraction of the complete ber element
[openldap] / include / lber.h
index 73b83b5c29477c45cb8c82878e759f349e3e4a9f..e0ea43d4aaac2fca1fbb3c38a80c9a6c6c5c995b 100644 (file)
@@ -1,7 +1,7 @@
 /* $OpenLDAP$ */
 /* This work is part of OpenLDAP Software <http://www.openldap.org/>.
  *
- * Copyright 1998-2015 The OpenLDAP Foundation.
+ * Copyright 1998-2017 The OpenLDAP Foundation.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -173,7 +173,7 @@ typedef struct sockbuf Sockbuf;
 
 typedef struct sockbuf_io Sockbuf_IO;
 
-/* Structure for LBER IO operarion descriptor */
+/* Structure for LBER IO operation descriptor */
 typedef struct sockbuf_io_desc {
        int                     sbiod_level;
        Sockbuf                 *sbiod_sb;
@@ -255,6 +255,11 @@ ber_peek_tag LDAP_P((
        BerElement *ber,
        ber_len_t *len ));
 
+LBER_F( ber_tag_t )
+ber_skip_raw LDAP_P((
+       BerElement *ber,
+       struct berval *bv ));
+
 LBER_F( ber_tag_t )
 ber_skip_element LDAP_P((
        BerElement *ber,