]> git.sur5r.net Git - openldap/blobdiff - include/avl.h
Remove DEFS variables from Makefiles, remove bridge.h.
[openldap] / include / avl.h
index 3281ef863e017745286cb45099c5d6070705f525..1239a61238a251fdfcb5330cce038498de94ca3b 100644 (file)
@@ -21,6 +21,8 @@
  * this structure represents a generic avl tree node.
  */
 
+LDAP_BEGIN_DECL
+
 typedef struct avlnode {
        caddr_t         avl_data;
        signed char             avl_bf;
@@ -76,4 +78,6 @@ avl_apply LDAP_P((Avlnode *, IFP, caddr_t, int, int));
 /* what apply returns if it ran out of nodes */
 #define AVL_NOMORE     -6
 
+LDAP_END_DECL
+
 #endif /* _AVL */