Add missing prototype
authorChristos Zoulas <christos@zoulas.com>
Wed, 25 Jan 2012 18:05:03 +0000 (13:05 -0500)
committerChristos Zoulas <christos@zoulas.com>
Wed, 25 Jan 2012 18:05:03 +0000 (13:05 -0500)
include/am_utils.h

index f67a84a6db36deb8498b674449e3ec95e11ea760..90d30b3d00ab56a6feeedc63a84c580917fcf278 100644 (file)
@@ -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 *);