From: Christos Zoulas Date: Wed, 17 Sep 2008 20:25:33 +0000 (+0000) Subject: add missing forward declarations X-Git-Url: https://git.fsl.cs.stonybrook.edu/?a=commitdiff_plain;h=26848ea9d358adf1ad39bbc246d7ac8befad0be4;p=am-utils-6.0.git add missing forward declarations --- 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: