mirror of
https://github.com/Tha14/toxic.git
synced 2025-06-28 21:26:46 +02:00
implement group titles
This commit is contained in:
@ -134,4 +134,7 @@ off_t file_size(const char *path);
|
||||
On success this function will seek back to the beginning of fp */
|
||||
int check_file_signature(const char *signature, size_t size, FILE *fp);
|
||||
|
||||
/* sets window title in tab bar. */
|
||||
void set_window_title(ToxWindow *self, const char *title, int len);
|
||||
|
||||
#endif /* #define MISC_TOOLS_H */
|
||||
|
Reference in New Issue
Block a user