Skip to content

Commit d552cd6

Browse files
author
Gregory Mullen (GrayHatter)
committed
lets define this correctlly instead
1 parent 9628f9d commit d552cd6

File tree

1 file changed

+4
-13
lines changed

1 file changed

+4
-13
lines changed

toxencryptsave/toxencryptsave.h

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff 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
/*******************************************************************************

0 commit comments

Comments
 (0)