diff options
Diffstat (limited to 'toxencryptsave/toxencryptsave.h')
-rw-r--r-- | toxencryptsave/toxencryptsave.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toxencryptsave/toxencryptsave.h b/toxencryptsave/toxencryptsave.h index 5ceeefdd..9b613cac 100644 --- a/toxencryptsave/toxencryptsave.h +++ b/toxencryptsave/toxencryptsave.h | |||
@@ -35,7 +35,7 @@ extern "C" { | |||
35 | #define TOX_DEFINED | 35 | #define TOX_DEFINED |
36 | typedef struct Tox Tox; | 36 | typedef struct Tox Tox; |
37 | struct Tox_Options; | 37 | struct Tox_Options; |
38 | typedef uint8_t TOX_ERR_NEW; | 38 | typedef enum TOX_ERR_NEW TOX_ERR_NEW; |
39 | #endif | 39 | #endif |
40 | 40 | ||
41 | // these functions provide access to these defines in toxencryptsave.c, which | 41 | // these functions provide access to these defines in toxencryptsave.c, which |