summaryrefslogtreecommitdiffstats
path: root/src/format.h
diff options
context:
space:
mode:
authorNalin Dahyabhai <nalin.dahyabhai@pobox.com>2008-06-04 18:46:26 -0400
committerNalin Dahyabhai <nalin.dahyabhai@pobox.com>2008-06-04 18:46:26 -0400
commit3e79d871c80cbec3ed306a17ce39f3d95f81c07d (patch)
tree3797a7242d3a2b08b7ea4be7f0e49f99b6ec20e7 /src/format.h
parente095d84d1c2a58dc20aecfd7215daa7a5084cea4 (diff)
downloadslapi-nis-3e79d871c80cbec3ed306a17ce39f3d95f81c07d.tar.gz
slapi-nis-3e79d871c80cbec3ed306a17ce39f3d95f81c07d.tar.xz
slapi-nis-3e79d871c80cbec3ed306a17ce39f3d95f81c07d.zip
- add a "referred" function
- make formatting functions take the domain and map name now
Diffstat (limited to 'src/format.h')
-rw-r--r--src/format.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/format.h b/src/format.h
index 8168e26..d59a3a8 100644
--- a/src/format.h
+++ b/src/format.h
@@ -28,5 +28,6 @@ void format_free_data(char *data);
void format_free_ndn_list(char **ndn_list);
char *format_get_data(struct plugin_state *state,
struct slapi_pblock *pb, struct slapi_entry *e,
+ const char *domain, const char *map,
const char *fmt, char ***visited_ndn_list);
#endif