summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libfshelp/fshelp.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/libfshelp/fshelp.h b/libfshelp/fshelp.h
index 8d11b723..c444289b 100644
--- a/libfshelp/fshelp.h
+++ b/libfshelp/fshelp.h
@@ -1,5 +1,5 @@
/* FS helper library definitions
- Copyright (C) 1994, 1995 Free Software Foundation
+ Copyright (C) 1994, 1995, 1996 Free Software Foundation
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as
@@ -206,4 +206,8 @@ fshelp_exec_reauth (int suid, uid_t uid, int sgid, gid_t gid,
mach_port_t *fds, mach_msg_type_number_t num_fds,
int *secure);
+/* Invoke ARGP with data from DATA & LEN, in the standard way. */
+error_t fshelp_set_options (struct argp *argp, int flags,
+ char *data, mach_msg_type_number_t len);
+
#endif