File tree Expand file tree Collapse file tree 1 file changed +4
-13
lines changed Expand file tree Collapse file tree 1 file changed +4
-13
lines changed Original file line number Diff line number Diff line change @@ -43,20 +43,11 @@ struct Tox_Options;
4343#define TOX_PASS_ENCRYPTION_EXTRA_LENGTH 80
4444
4545/**
46- * ToxAV .
46+ * ToxEncryptSave .
4747 */
48- /**
49- * The ToxAV instance type. Each ToxAV instance can be bound to only one Tox
50- * instance, and Tox instance can have only one ToxAV instance. One must make
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
58- typedef struct ToxAV ToxAV ;
59- #endif /* TOXAV_DEFINED */
48+ #ifndef TOXES_DEFINED
49+ #define TOXES_DEFINED
50+ #endif /* TOXES_DEFINED */
6051
6152
6253/*******************************************************************************
You can’t perform that action at this time.
0 commit comments