summaryrefslogtreecommitdiff
path: root/toxencryptsave
diff options
context:
space:
mode:
authorGregory Mullen (GrayHatter) <greg@grayhatter.com>2016-02-13 20:56:15 -0800
committerGregory Mullen (GrayHatter) <greg@grayhatter.com>2016-02-13 20:56:15 -0800
commitd552cd6e24337474ce2d40a51e133c0af1dc128a (patch)
tree63d7d5c9c11f2ca1b013746ddda98fd837a9ac4e /toxencryptsave
parent9628f9d1711a096f771427e053443e908de365e4 (diff)
lets define this correctlly instead
Diffstat (limited to 'toxencryptsave')
-rw-r--r--toxencryptsave/toxencryptsave.h17
1 files changed, 4 insertions, 13 deletions
diff --git a/toxencryptsave/toxencryptsave.h b/toxencryptsave/toxencryptsave.h
index 03fe7533..cf191810 100644
--- a/toxencryptsave/toxencryptsave.h
+++ b/toxencryptsave/toxencryptsave.h
@@ -43,20 +43,11 @@ struct Tox_Options;
43#define TOX_PASS_ENCRYPTION_EXTRA_LENGTH 80 43#define TOX_PASS_ENCRYPTION_EXTRA_LENGTH 80
44 44
45/** 45/**
46 * ToxAV. 46 * ToxEncryptSave.
47 */ 47 */
48/** 48#ifndef TOXES_DEFINED
49 * The ToxAV instance type. Each ToxAV instance can be bound to only one Tox 49#define TOXES_DEFINED
50 * instance, and Tox instance can have only one ToxAV instance. One must make 50#endif /* TOXES_DEFINED */
51 * sure to close ToxAV instance prior closing Tox instance otherwise undefined
52 * behaviour occurs. Upon closing of ToxAV instance, all active calls will be
53 * forcibly terminated without notifying peers.
54 *
55 */
56#ifndef TOXAV_DEFINED
57#define TOXAV_DEFINED
58typedef struct ToxAV ToxAV;
59#endif /* TOXAV_DEFINED */
60 51
61 52
62/******************************************************************************* 53/*******************************************************************************