lets define this correctlly instead

This commit is contained in:
Gregory Mullen (GrayHatter) 2016-02-13 20:56:15 -08:00
parent 9628f9d171
commit d552cd6e24

View File

@ -43,20 +43,11 @@ struct Tox_Options;
#define TOX_PASS_ENCRYPTION_EXTRA_LENGTH 80 #define TOX_PASS_ENCRYPTION_EXTRA_LENGTH 80
/** /**
* ToxAV. * ToxEncryptSave.
*/ */
/** #ifndef TOXES_DEFINED
* The ToxAV instance type. Each ToxAV instance can be bound to only one Tox #define TOXES_DEFINED
* instance, and Tox instance can have only one ToxAV instance. One must make #endif /* TOXES_DEFINED */
* sure to close ToxAV instance prior closing Tox instance otherwise undefined
* behaviour occurs. Upon closing of ToxAV instance, all active calls will be
* forcibly terminated without notifying peers.
*
*/
#ifndef TOXAV_DEFINED
#define TOXAV_DEFINED
typedef struct ToxAV ToxAV;
#endif /* TOXAV_DEFINED */
/******************************************************************************* /*******************************************************************************