From 26848ea9d358adf1ad39bbc246d7ac8befad0be4 Mon Sep 17 00:00:00 2001 From: Christos Zoulas Date: Wed, 17 Sep 2008 20:25:33 +0000 Subject: [PATCH] add missing forward declarations --- amd/info_ldap.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/amd/info_ldap.c b/amd/info_ldap.c index 1da0938..4ac61c8 100644 --- a/amd/info_ldap.c +++ b/amd/info_ldap.c @@ -125,6 +125,9 @@ struct he_ent { static int amu_ldap_rebind(ALD *a); static int get_ldap_timestamp(ALD *a, char *map, time_t *ts); +int amu_ldap_init(mnt_map *m, char *map, time_t *tsu); +int amu_ldap_search(mnt_map *m, char *map, char *key, char **pval, time_t *ts); +int amu_ldap_mtime(mnt_map *m, char *map, time_t *ts); /* * FUNCTIONS: -- 2.43.0