mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-12 09:01:16 +00:00
b7a968ca52
still rough around the edges ;-)
7 lines
132 B
C
7 lines
132 B
C
#ifndef ipcdWin_h__
|
|
#define ipcdWin_h__
|
|
|
|
void IPC_SendMessageNow(ipcClient *client, const ipcMessage *msg);
|
|
|
|
#endif // !ipcdWin_h__
|