1 #ifndef TOX_CALLBACKS_H
2 #define TOX_CALLBACKS_H
3 
4 #include <tox/tox.h>
5 
6 void utox_set_callbacks_friends(Tox *tox);
7 void utox_set_callbacks_groups(Tox *tox);
8 void utox_set_callbacks_mdevice(Tox *tox);
9 
10 #endif
11