summaryrefslogtreecommitdiff
path: root/toxencryptsave
diff options
context:
space:
mode:
Diffstat (limited to 'toxencryptsave')
-rw-r--r--toxencryptsave/toxencryptsave.h2
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
36typedef struct Tox Tox; 36typedef struct Tox Tox;
37struct Tox_Options; 37struct Tox_Options;
38typedef uint8_t TOX_ERR_NEW; 38typedef 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