diff options
Diffstat (limited to 'plugins/SMS/src/recvdlg.h')
-rw-r--r-- | plugins/SMS/src/recvdlg.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/plugins/SMS/src/recvdlg.h b/plugins/SMS/src/recvdlg.h deleted file mode 100644 index 26fb6bb47a..0000000000 --- a/plugins/SMS/src/recvdlg.h +++ /dev/null @@ -1,11 +0,0 @@ -#if !defined(AFX_SMS_RECVDLG_H__F58D13FF_F6F2_476C_B8F0_7B9E9357CF48__INCLUDED_)
-#define AFX_SMS_RECVDLG_H__F58D13FF_F6F2_476C_B8F0_7B9E9357CF48__INCLUDED_
-
-DWORD RecvSMSWindowInitialize ();
-void RecvSMSWindowDestroy ();
-HWND RecvSMSWindowAdd (MCONTACT hContact,DWORD dwEventType,LPWSTR lpwszPhone,size_t dwPhoneSize,LPSTR lpszMessage,size_t dwMessageSize);
-void RecvSMSWindowRemove (HWND hWndDlg);
-
-
-
-#endif // !defined(AFX_SMS_RECVDLG_H__F58D13FF_F6F2_476C_B8F0_7B9E9357CF48__INCLUDED_)
|