From 99538ed354ab0557d9ab7d1919de94ba822a6156 Mon Sep 17 00:00:00 2001 From: Christos Zoulas Date: Wed, 25 Jan 2012 13:05:03 -0500 Subject: [PATCH] Add missing prototype --- include/am_utils.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/am_utils.h b/include/am_utils.h index f67a84a6..90d30b3d 100644 --- a/include/am_utils.h +++ b/include/am_utils.h @@ -290,6 +290,7 @@ extern int bind_resv_port(int, u_short *); extern int cmdoption(char *, struct opt_tab *, u_int *); extern int compute_automounter_mount_flags(mntent_t *); extern int compute_mount_flags(mntent_t *); +extern void discard_nfs_args(void *, u_long); extern u_long get_amd_program_number(void); extern int getcreds(struct svc_req *, uid_t *, gid_t *, SVCXPRT *); extern int hasmntval(mntent_t *, char *); -- 2.43.0