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

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

#endif