a windows WM_COPYDATA based implementation. git-svn-id: svn://10.0.0.236/trunk@133052 18797224-902f-48f8-a5cc-f745e15eee43
11 lines
218 B
C
11 lines
218 B
C
#ifndef ipcdUnix_h__
|
|
#define ipcdUnix_h__
|
|
|
|
//
|
|
// called by the ipcClient code to ensure that the client socket connection
|
|
// has PR_POLL_WRITE set.
|
|
//
|
|
void IPC_ClientWritePending(ipcClient *);
|
|
|
|
#endif // !ipcdUnix_h__
|