summaryrefslogtreecommitdiff
path: root/plugins/SecureIM/src/options.h
blob: 0a673de432f89e527ca4e46e3fd383d5d250cce7 (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef __OPTIONS_H__
#define __OPTIONS_H__

int onRegisterOptions(WPARAM,LPARAM);
BOOL ShowSelectKeyDlg(HWND,LPSTR);
LPSTR LoadKeys(LPCSTR,BOOL);

#define getListViewContact(h,i)	(HANDLE)getListViewParam(h,i)
#define getListViewProto(h,i)	(int)getListViewParam(h,i)

#endif