1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-07-02 17:46:45 +02:00

Improve readability of defines

This commit is contained in:
jfreegman
2018-10-08 13:39:04 -04:00
parent f90a774470
commit 63cc23401a
34 changed files with 69 additions and 74 deletions

View File

@ -56,4 +56,4 @@ void load_chat_history(ToxWindow *self, struct chatlog *log);
Returns 0 on success or if no log exists, -1 on failure. */
int rename_logfile(char *src, char *dest, const char *selfkey, const char *otherkey, int winnum);
#endif /* #define LOG_H */
#endif /* LOG_H */