From: Christos Zoulas Date: Wed, 25 Jan 2012 18:05:03 +0000 (-0500) Subject: Add missing prototype X-Git-Url: https://git.fsl.cs.sunysb.edu/?a=commitdiff_plain;h=99538ed354ab0557d9ab7d1919de94ba822a6156;p=am-utils-6.2.git Add missing prototype --- 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 *);