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

INT_PTR CALLBACK WhatsAppAccountProc( HWND hwnd, UINT message, WPARAM wparam, LPARAM lparam );
INT_PTR CALLBACK WhatsAppInputBoxProc( HWND hwnd, UINT message, WPARAM wparam, LPARAM lparam );

#endif