From 18a65e8e63b9b763f6424f50e53463c973aa1afe Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Wed, 19 Jun 1996 23:00:49 +0000 Subject: Add a fwd declaration of struct argp to satisfy compiler. --- libfshelp/fshelp.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libfshelp/fshelp.h') diff --git a/libfshelp/fshelp.h b/libfshelp/fshelp.h index c444289b..990a732b 100644 --- a/libfshelp/fshelp.h +++ b/libfshelp/fshelp.h @@ -205,6 +205,8 @@ fshelp_exec_reauth (int suid, uid_t uid, int sgid, gid_t gid, mach_port_t *ports, mach_msg_type_number_t num_ports, mach_port_t *fds, mach_msg_type_number_t num_fds, int *secure); + +struct argp; /* Include to get the real thing. */ /* Invoke ARGP with data from DATA & LEN, in the standard way. */ error_t fshelp_set_options (struct argp *argp, int flags, -- cgit v1.2.3