summaryrefslogtreecommitdiff
path: root/protocols/WhatsApp/src/dialogs.h
blob: bb244c68342c123e034311834ed4c591c6a468ec (plain)
1
2
3
4
5
6
#if !defined(DIALOGS_H)
#define DIALOGS_H

INT_PTR CALLBACK InviteDialogProc(HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam);

#endif