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

#define CMI_POSITION -201001000

#define CMI_AUTH_REQUEST 0
#define CMI_AUTH_GRANT 1
#define CMI_MAX 2 // this item shall be the last one

#define SMI_POSITION 200000

#define SMI_TOXID_COPY 0
#define SMI_GROUPCHAT_CREATE 1

#endif //_TOX_MENUS_H_