mirror of
https://github.com/weechat/weechat.git
synced 2026-07-06 09:43:13 +02:00
api: add function file_compare (issue #2250)
This commit is contained in:
@@ -41,5 +41,6 @@ extern char *dir_file_get_content (const char *filename);
|
||||
extern int dir_file_copy (const char *from, const char *to);
|
||||
extern int dir_file_compress (const char *from, const char *to,
|
||||
const char *compressor, int compression_level);
|
||||
extern int dir_file_compare (const char *filename1, const char *filename2);
|
||||
|
||||
#endif /* WEECHAT_DIR_H */
|
||||
|
||||
Reference in New Issue
Block a user