CVS update: /ccvs/windows-NT/
[email protected] 31 May 2005 02:09:44 -0000
| Newsgroups | gmane.comp.version-control.cvs.cvs |
|---|---|
| Message-ID | <[email protected]> |
User: conradpino
Date: 05/05/30 19:09:44
Added:
/ccvs/windows-NT/
woe32.h
Log:
Forgotten in prior commit:
* woe32.h: Create header file with ANSI style function prototypes.
File Changes:
Directory: /ccvs/windows-NT/
============================
File [added]: woe32.h
Url: https://ccvs.cvshome.org/source/browse/ccvs/windows-NT/woe32.h?rev=1.1&content-type=text/vnd.viewcvs-markup
Added lines: 24
---------------
/*
* woe32.h
* - utility functions for cvs under win32
*
*/
#ifndef WOE32_H
#define WOE32_H
#include <timespec.h>
/* #define SYSTEM_INITIALIZE(pargc,pargv) woe32_init_winsock() */
void woe32_init_winsock (void);
/* #define SYSTEM_CLEANUP woe32_cleanup */
void woe32_cleanup (void);
/* #define nanosleep woe32_nanosleep */
int woe32_nanosleep (const struct timespec *requested_delay,
struct timespec *remaining_delay);
char *woe32_getlogin (void);
#endif /* WOE32_H */