diff options
author | Miles Bader <miles@gnu.org> | 1996-06-19 23:00:49 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1996-06-19 23:00:49 +0000 |
commit | 18a65e8e63b9b763f6424f50e53463c973aa1afe (patch) | |
tree | 7a8b1e0c4c807b80da6656de3592c4f2f5cab272 /libfshelp/fshelp.h | |
parent | 9eeae0ba5e658f0244050d32bbf999d499a09de9 (diff) |
Add a fwd declaration of struct argp to satisfy compiler.
Diffstat (limited to 'libfshelp/fshelp.h')
-rw-r--r-- | libfshelp/fshelp.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 <argp.h> 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, |