1
0
mirror of https://github.com/Tha14/toxic.git synced 2026-01-28 11:43:15 +01:00

rename reserved identifiers per C standard

This commit is contained in:
Jfreegman
2014-09-22 21:24:45 -04:00
parent bf54cb36ef
commit 133c0e8d63
41 changed files with 316 additions and 312 deletions

View File

@@ -20,8 +20,8 @@
*
*/
#ifndef _filesenders_h
#define _filesenders_h
#ifndef FILESENDERS_H
#define FILESENDERS_H
#include "toxic.h"
#include "windows.h"
@@ -72,4 +72,4 @@ void reset_file_sender_queue(void);
void close_all_file_senders(Tox *m);
void do_file_senders(Tox *m);
#endif /* #define _filesenders_h */
#endif /* #define FILESENDERS_H */