diff options
author | Miles Bader <miles@gnu.org> | 1996-06-19 22:51:10 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1996-06-19 22:51:10 +0000 |
commit | 942d4b861a184b858bc2cead47d720ff6d74cb3b (patch) | |
tree | d49809f64b8d9eaf18573473293e19a8780c3b0d /libfshelp/fshelp.h | |
parent | fa9268193a75a75d56cf0f001a4dac01ea2270ec (diff) |
Add fshelp_set_options.
Diffstat (limited to 'libfshelp/fshelp.h')
-rw-r--r-- | libfshelp/fshelp.h | 6 |
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 |