/*
* 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()
/*
* 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;
#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