| commit | 7e71c1ddee5238760d439c28fd84a77d174640ec | [log] [tgz] |
|---|---|---|
| author | Alexandre Julliard <julliard@winehq.org> | Thu Mar 22 11:44:29 2007 +0100 |
| committer | Alexandre Julliard <julliard@winehq.org> | Thu Mar 22 11:44:29 2007 +0100 |
| tree | 3d28e0b4beb52c89e2446d287272d8b006368be2 | |
| parent | c6bf5108daa4aa7970a85913fddf5ac4e53d39ea [diff] [blame] |
server: Add an open_file() function to the object operations.
diff --git a/server/async.c b/server/async.c index 2d8018a..aa4db4e 100644 --- a/server/async.c +++ b/server/async.c
@@ -57,6 +57,7 @@ no_get_fd, /* get_fd */ no_map_access, /* map_access */ no_lookup_name, /* lookup_name */ + no_open_file, /* open_file */ no_close_handle, /* close_handle */ async_destroy /* destroy */ };