]> git.sur5r.net Git - openldap/blobdiff - libraries/liblber/lber-int.h
Move schema needed by slapd to core.schema so that only one file
[openldap] / libraries / liblber / lber-int.h
index 787287e04c235676f33aa66c6363757761b92495..10b8b2cbd7410cc2d83edfee79ad5e2ed710aafd 100644 (file)
@@ -1,6 +1,6 @@
 /* $OpenLDAP$ */
 /*
- * Copyright 1998 The OpenLDAP Foundation, All Rights Reserved.
+ * Copyright 1998-2000 The OpenLDAP Foundation, All Rights Reserved.
  * COPYING RESTRICTIONS APPLY, see COPYRIGHT file
  */
 /* Portions
@@ -175,6 +175,13 @@ struct seqorset {
 };
 
 
+/*
+ * io.c
+ */
+int ber_realloc LDAP_P((
+       BerElement *ber,
+       ber_len_t len ));
+
 /*
  * bprint.c
  */
@@ -284,4 +291,6 @@ ber_pvt_sb_udp_get_src LDAP_P((Sockbuf *sb ));
 LIBLBER_F( int )
 ber_pvt_socket_set_nonblock LDAP_P(( ber_socket_t sd, int nb ));
 
+LDAP_END_DECL
+
 #endif /* _LBER_INT_H */