summaryrefslogtreecommitdiffstats
path: root/src/format.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/format.h')
-rw-r--r--src/format.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/format.h b/src/format.h
index 5728ff2..c2424b5 100644
--- a/src/format.h
+++ b/src/format.h
@@ -21,7 +21,6 @@
#ifndef format_h
#define format_h
-struct slapi_pblock;
struct slapi_entry;
struct plugin_state;
@@ -36,8 +35,7 @@ void format_free_inref_attrs(struct format_inref_attr **);
struct format_inref_attr **format_dup_inref_attrs(struct format_inref_attr **);
void format_free_data(char *data);
-char *format_get_data(struct plugin_state *state,
- struct slapi_pblock *pb, struct slapi_entry *e,
+char *format_get_data(struct plugin_state *state, struct slapi_entry *e,
const char *domain, const char *map,
const char *fmt, const char *disallowed_chars,
char ***ref_attrs,