mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
Fixed typedef.
This commit is contained in:
parent
f66f9fe76e
commit
20090ea661
@ -35,7 +35,7 @@ extern "C" {
|
|||||||
#define TOX_DEFINED
|
#define TOX_DEFINED
|
||||||
typedef struct Tox Tox;
|
typedef struct Tox Tox;
|
||||||
struct Tox_Options;
|
struct Tox_Options;
|
||||||
typedef uint8_t TOX_ERR_NEW;
|
typedef enum TOX_ERR_NEW TOX_ERR_NEW;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// these functions provide access to these defines in toxencryptsave.c, which
|
// these functions provide access to these defines in toxencryptsave.c, which
|
||||||
|
Loading…
x
Reference in New Issue
Block a user