summaryrefslogtreecommitdiff
path: root/protocols/SkypeWeb/src/skype_menus.h
blob: 1cf6d1a3b2b99f1b4114dade02801a4a42b17113 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#ifndef _SKYPE_MENUS_H_
#define _SKYPE_MENUS_H_

#define CMI_POSITION -201001000

enum
{
	CMI_AUTH_REQUEST,
	CMI_AUTH_GRANT,
	CMI_GETSERVERHISTORY,
	CMI_MAX // this item shall be the last one
};

#define SMI_POSITION 200000

#endif //_SKYPE_MENUS_H_