mirror of
https://github.com/Tha14/toxic.git
synced 2026-01-26 23:23:15 +01:00
Use (void) in prototypes instead of ().
Also, removed `__inline` from an extern function (why was it there?). Also, moved one extern declaration to a header file. There are lots of these that need to be moved, but one thing at a time.
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
*/
|
||||
int init_mplex_away_timer(Tox *m);
|
||||
|
||||
void lock_status();
|
||||
void unlock_status();
|
||||
void lock_status(void);
|
||||
void unlock_status(void);
|
||||
|
||||
#endif /* #define TERM_MPLEX_H */
|
||||
|
||||
Reference in New Issue
Block a user