From 09d5b857178387e44dda0eaa40b711fc689c70e1 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Mon, 26 Jun 1995 23:33:36 +0000 Subject: (diskfs_S_fsys_set_options): New parms REPLY and REPLYTYPE. --- libdiskfs/fsys-options.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libdiskfs') diff --git a/libdiskfs/fsys-options.c b/libdiskfs/fsys-options.c index d002742b..edf0d44f 100644 --- a/libdiskfs/fsys-options.c +++ b/libdiskfs/fsys-options.c @@ -28,6 +28,8 @@ /* Implement fsys_set_options as described in . */ kern_return_t diskfs_S_fsys_set_options (fsys_t fsys, + mach_port_t reply, + mach_msg_type_name_t replytype, char *data, mach_msg_type_number_t len, int do_children) { -- cgit v1.2.3