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

code cleanup, improve do_connection

This commit is contained in:
Jfreegman
2014-06-19 13:50:41 -04:00
parent eb7d910683
commit 034a8f5d8b
5 changed files with 51 additions and 41 deletions

View File

@ -86,7 +86,7 @@ void mv_curs_end(WINDOW *w, size_t len, int max_y, int max_x);
/* gets base file name from path or original file name if no path is supplied */
void get_file_name(uint8_t *namebuf, uint8_t *pathname);
/* converts str to all uppercase */
/* converts str to all lowercase */
void str_to_lower(uint8_t *str);
#endif /* #define _misc_tools_h */