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/timer.c b/server/timer.c index 9ffa649..dd53020 100644 --- a/server/timer.c +++ b/server/timer.c
@@ -68,6 +68,7 @@ no_get_fd, /* get_fd */ timer_map_access, /* map_access */ no_lookup_name, /* lookup_name */ + no_open_file, /* open_file */ no_close_handle, /* close_handle */ timer_destroy /* destroy */ };