Add missing prototypes.

(I don't know why am-utils doesn't use header files for public prototypes)
This commit is contained in:
lukem 2008-05-22 14:22:28 +00:00
parent 2de962bd80
commit d974160208
1 changed files with 5 additions and 1 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: info_ldap.c,v 1.6 2006/02/05 16:28:56 christos Exp $ */
/* $NetBSD: info_ldap.c,v 1.7 2008/05/22 14:22:28 lukem Exp $ */
/*
* Copyright (c) 1997-2005 Erez Zadok
@ -112,6 +112,10 @@ 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: