Parent Directory
|
Revision Log
|
Patch
| revision 11 by rabbi, Tue Nov 6 23:41:58 2001 UTC | revision 30 by rabbi, Tue Dec 11 20:59:26 2001 UTC | |
|---|---|---|
| # | Line 6 | Line 6 |
| 6 | details. | details. |
| 7 | ||
| 8 | Function prototypes | Function prototypes |
| 9 | $Id: mix3.h,v 1.2 2001/11/06 23:41:58 rabbi Exp $ */ | $Id: mix3.h,v 1.3 2001/12/11 20:59:26 rabbi Exp $ */ |
| 10 | ||
| 11 | ||
| 12 | #ifndef _MIX3_H | #ifndef _MIX3_H |
| # | Line 387 int closesocket(SOCKET s); | Line 387 int closesocket(SOCKET s); |
| 387 | ||
| 388 | #endif | #endif |
| 389 | ||
| 390 | #ifdef WIN32 | |
| 391 | int is_nt_service(void); | |
| 392 | void set_nt_exit_event(); | |
| 393 | #endif | |
| 394 | ||
| 395 | /* check for memory leaks */ | /* check for memory leaks */ |
| 396 | #ifdef DEBUG | #ifdef DEBUG |
| 397 | #define malloc mix3_malloc | #define malloc mix3_malloc |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.5 |