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

moved misc helper functions to separate file and removed redundant includes

This commit is contained in:
Jfreegman
2013-09-20 20:35:03 -04:00
parent ec6b37e09e
commit 89cb29afed
12 changed files with 131 additions and 118 deletions

View File

@ -1,10 +1,6 @@
#ifndef CHAT_H_6489PZ13
#define CHAT_H_6489PZ13
struct tm *get_time(void);
char *wc_to_char(wchar_t ch);
uint8_t *wcs_to_char(wchar_t *string);
int string_is_empty(char *string);
ToxWindow new_chat(Tox *m, ToxWindow *prompt, int friendnum);
#endif /* end of include guard: CHAT_H_6489PZ13 */