toxon
/
lita-tox
Archived
1
0
Fork 0

Check for required Tox API version in compile time

This commit is contained in:
Braiden Vasco 2015-09-13 09:41:40 +00:00
parent 872b2a8ee7
commit ee7adc3a5c
1 changed files with 3 additions and 0 deletions

View File

@ -2,6 +2,9 @@
#include <tox/tox.h>
#define TOX_IS_COMPATIBLE TOX_VERSION_IS_API_COMPATIBLE
TOX_VERSION_REQUIRE(0, 0, 0);
void Init_tox();
#define IP_LENGTH_MAX 15