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

Some misc fixes

This commit is contained in:
jfreegman
2020-02-29 14:14:56 -05:00
parent b080236ee5
commit 437dd8baeb
7 changed files with 18 additions and 10 deletions

View File

@ -169,7 +169,7 @@ off_t file_size(const char *path);
Returns 0 if they are the same, 1 if they differ, and -1 on error.
On success this function will seek back to the beginning of fp */
int check_file_signature(const char *signature, size_t size, FILE *fp);
int check_file_signature(const unsigned char *signature, size_t size, FILE *fp);
/* sets window title in tab bar. */
void set_window_title(ToxWindow *self, const char *title, int len);