mirror of
https://github.com/Tha14/toxic.git
synced 2025-06-28 21:26:46 +02:00
a few fixes, update example config file
This commit is contained in:
@ -118,7 +118,7 @@ off_t file_size(const char *path);
|
||||
/* compares the first size bytes of fp and signature.
|
||||
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 and will not close fp */
|
||||
On success this function will seek back to the beginning of fp */
|
||||
int check_file_signature(const char *signature, size_t size, FILE *fp);
|
||||
|
||||
#endif /* #define MISC_TOOLS_H */
|
||||
|
Reference in New Issue
Block a user