mirror of
https://github.com/Tha14/toxic.git
synced 2025-07-01 06:16:44 +02:00
added groupchats
This commit is contained in:
@ -1,6 +1,10 @@
|
||||
#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 */
|
||||
|
Reference in New Issue
Block a user