cvs-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Cvs-cvs] Changes to ccvs/windows-NT/woe32.h


From: Conrad T . Pino
Subject: [Cvs-cvs] Changes to ccvs/windows-NT/woe32.h
Date: Fri, 30 Sep 2005 03:13:05 -0400

Index: ccvs/windows-NT/woe32.h
diff -u ccvs/windows-NT/woe32.h:1.3 ccvs/windows-NT/woe32.h:1.4
--- ccvs/windows-NT/woe32.h:1.3 Tue May 31 07:13:31 2005
+++ ccvs/windows-NT/woe32.h     Fri Sep 30 07:13:04 2005
@@ -12,6 +12,13 @@
 /* #define SYSTEM_CLEANUP woe32_cleanup */
 void woe32_cleanup (void);
 
+/* #define fd_select woe32_fd_select */
+int woe32_fd_select (  int nfds,
+                                               struct fd_set * readfds,
+                                               struct fd_set * writefds,
+                                               struct fd_set * errorfds,
+                                               struct timeval * timeout);
+
 char *woe32_getlogin (void);
 
 char *woe32_home_dir (void);




reply via email to

[Prev in Thread] Current Thread [Next in Thread]