mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
lets define this correctlly instead
This commit is contained in:
parent
9628f9d171
commit
d552cd6e24
@ -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 */
|
|
||||||
|
|
||||||
|
|
||||||
/*******************************************************************************
|
/*******************************************************************************
|
||||||
|
Loading…
x
Reference in New Issue
Block a user