summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiles Bader <miles@gnu.org>1996-06-19 23:00:49 +0000
committerMiles Bader <miles@gnu.org>1996-06-19 23:00:49 +0000
commit18a65e8e63b9b763f6424f50e53463c973aa1afe (patch)
tree7a8b1e0c4c807b80da6656de3592c4f2f5cab272
parent9eeae0ba5e658f0244050d32bbf999d499a09de9 (diff)
Add a fwd declaration of struct argp to satisfy compiler.
-rw-r--r--libfshelp/fshelp.h2
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,