Fixed typedef.

This commit is contained in:
irungentoo 2015-03-06 21:37:00 -05:00
parent f66f9fe76e
commit 20090ea661
No known key found for this signature in database
GPG Key ID: 10349DC9BED89E98

View File

@ -35,7 +35,7 @@ extern "C" {
#define TOX_DEFINED
typedef struct Tox Tox;
struct Tox_Options;
typedef uint8_t TOX_ERR_NEW;
typedef enum TOX_ERR_NEW TOX_ERR_NEW;
#endif
// these functions provide access to these defines in toxencryptsave.c, which