]> git.sur5r.net Git - openldap/commitdiff
further cleanop of previous commits
authorPierangelo Masarati <ando@openldap.org>
Tue, 30 May 2006 00:40:39 +0000 (00:40 +0000)
committerPierangelo Masarati <ando@openldap.org>
Tue, 30 May 2006 00:40:39 +0000 (00:40 +0000)
servers/slapd/back-ldap/back-ldap.h
servers/slapd/back-meta/back-meta.h

index bfec759303564a70f8fe79a41b29720daf7c040e..5b9632ddee5aec86765131e86bedd9e036d8583e 100644 (file)
@@ -140,7 +140,7 @@ typedef struct slap_retry_info_t {
 /*
  * Hook to allow mucking with ldapinfo_t when quarantine is over
  */
-typedef int (*ldap_back_quarantine_f)(struct ldapinfo_t *, void *);
+typedef int (*ldap_back_quarantine_f)( struct ldapinfo_t *, void * );
 
 typedef struct ldapinfo_t {
        /* li_uri: the string that goes into ldap_initialize()
index 02fd4062e1466e57e9122ad3299fbd5db867f171..c12067292ffd4bc5a344a59f833bcaf33f3e90e4 100644 (file)
@@ -266,7 +266,7 @@ typedef struct metacandidates_t {
 /*
  * Hook to allow mucking with metainfo_t/metatarget_t when quarantine is over
  */
-typedef int (*meta_back_quarantine_f)(struct metainfo_t *, int target, void *);
+typedef int (*meta_back_quarantine_f)( struct metainfo_t *, int target, void * );
 
 typedef struct metainfo_t {
        int                     mi_ntargets;
@@ -289,7 +289,7 @@ typedef struct metainfo_t {
 
 #define        META_BACK_QUARANTINE(mi)        ( (mi)->mi_quarantine.ri_num != NULL )
        meta_back_quarantine_f  mi_quarantine_f;
-       meta_back_quarantine_f  mi_quarantine_p;
+       void                    *mi_quarantine_p;
 
        unsigned                mi_flags;
 #define        li_flags                mi_flags