add missing forward declarations
authorChristos Zoulas <christos@zoulas.com>
Wed, 17 Sep 2008 20:25:33 +0000 (20:25 +0000)
committerChristos Zoulas <christos@zoulas.com>
Wed, 17 Sep 2008 20:25:33 +0000 (20:25 +0000)
amd/info_ldap.c

index 1da09385a8a59ecfb8bc7538cb04492db503c86f..4ac61c8bee375366abc4fec50ab4a18bf4bc8bcc 100644 (file)
@@ -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: