mirror of
https://github.com/Tha14/toxic.git
synced 2025-07-02 09:06:45 +02:00
rename reserved identifiers per C standard
This commit is contained in:
@ -20,8 +20,8 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef _log_h
|
||||
#define _log_h
|
||||
#ifndef LOG_H
|
||||
#define LOG_H
|
||||
|
||||
struct chatlog {
|
||||
FILE *file;
|
||||
@ -48,4 +48,4 @@ void log_disable(struct chatlog *log);
|
||||
/* Loads previous history from chat log */
|
||||
void load_chat_history(ToxWindow *self, struct chatlog *log);
|
||||
|
||||
#endif /* #define _log_h */
|
||||
#endif /* #define LOG_H */
|
||||
|
Reference in New Issue
Block a user