summaryrefslogtreecommitdiff
path: root/toxencryptsave
diff options
context:
space:
mode:
authorirungentoo <irungentoo@gmail.com>2015-03-06 21:37:00 -0500
committerirungentoo <irungentoo@gmail.com>2015-03-06 21:37:00 -0500
commit20090ea661be7e3cd5eccc47084d220aff0d4607 (patch)
treeab9b461eecfe8588220044bde9fa4c8398818e91 /toxencryptsave
parentf66f9fe76ee491dfb0882860d0bcfd6acbbfe95f (diff)
Fixed typedef.
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