]> git.pond.sub.org Git - empserver/blobdiff - src/client/sysdep_w32.h
Update copyright notice
[empserver] / src / client / sysdep_w32.h
index 8721aca8deaa079fdc651b8dfe766feff62ea3b4..c166480414b01c0437db55ba1d20a9c7ef2533e0 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  Empire - A multi-player, client/server Internet based war game.
- *  Copyright (C) 1986-2007, Dave Pare, Jeff Bailey, Thomas Ruschak,
+ *  Copyright (C) 1986-2008, Dave Pare, Jeff Bailey, Thomas Ruschak,
  *                           Ken Stevens, Steve McClure
  *
  *  This program is free software; you can redistribute it and/or modify
@@ -71,7 +71,7 @@ extern ssize_t w32_readv_handle(int fd, const struct iovec *iov,
                                int iovcnt);
 extern ssize_t w32_writev_socket(int fd, const struct iovec *iov,
                                 int iovcnt);
-extern int w32_createfd(const char *fname, int oflag, ...);
+extern int w32_openfd(const char *fname, int oflag, ...);
 extern int w32_openhandle(const char *fname, int oflag);
 
 extern struct passwd *w32_getpw(void);