further cleanop of previous commits

This commit is contained in:
Pierangelo Masarati 2006-05-30 00:40:39 +00:00
parent f5fcd2c169
commit 85c9a7b4c5
2 changed files with 3 additions and 3 deletions

View 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()

View 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