summaryrefslogtreecommitdiff
path: root/protocols/Tox/src/tox_menus.h
blob: e75f9c8b459da6c31ad9161acb046249db53351c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef _TOX_MENUS_H_
#define _TOX_MENUS_H_

#define CMI_POSITION -201001000
#define CMI_AUTH_REQUEST 1
#define CMI_AUTH_GRANT 2
#define CMI_MAX 3 // this item shall be the last one

#define SMI_POSITION 200000
#define SMI_TOXID_COPY 1
#define SMI_GROUPCHAT_CREATE 2

#endif //_TOX_MENUS_H_