summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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/*******************************************************************************