mirror of
https://github.com/Tha14/toxic.git
synced 2025-12-07 04:56:34 +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:
@@ -60,7 +60,7 @@ typedef enum _Flags {
|
||||
} Flags;
|
||||
|
||||
int init_notify(int login_cooldown, int notification_timeout);
|
||||
void terminate_notify();
|
||||
void terminate_notify(void);
|
||||
|
||||
int sound_notify(ToxWindow *self, Notification notif, uint64_t flags, int *id_indicator);
|
||||
int sound_notify2(ToxWindow *self, Notification notif, uint64_t flags, int id);
|
||||
|
||||
Reference in New Issue
Block a user