diff options
author | Stef Walter <stef@memberwebs.com> | 2009-07-31 15:52:53 +0000 |
---|---|---|
committer | Stef Walter <stef@memberwebs.com> | 2009-07-31 15:52:53 +0000 |
commit | 5fd6cf69da7ff8d512dfc0edd9d1996c4f6e3e87 (patch) | |
tree | 98e0a5152bc5a5a9a7ffa8afb9e859229e9faa9d /plugin/plugin.h | |
parent | 9b6fd905f2c2aaede608b3525d27c2c75ce29e1d (diff) |
Basic code structure in place
git-svn-id: http://internal-svn-server/svn/network/slapi-suffix@1513 96c7dce7-e4ff-0310-afa0-05b99c2e9643
Diffstat (limited to 'plugin/plugin.h')
-rw-r--r-- | plugin/plugin.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugin/plugin.h b/plugin/plugin.h index 6ca89cf..1792795 100644 --- a/plugin/plugin.h +++ b/plugin/plugin.h @@ -86,7 +86,7 @@ void lowercase (char *data); int suffix_init (void); void suffix_destroy (void); int suffix_config (const char *name, const char *value); -int suffix_pre_add (const char *dn); -int suffix_pre_modify (const char *dn, LDAPMod **mods); +int suffix_pre_add (Slapi_PBlock *pb, const char *dn); +int suffix_pre_modify (Slapi_PBlock *pb, const char *dn); #endif /*PLUGIN_H_*/ |