Skip to content

Commit

Permalink
weechat-sys: update weechat-plugin header
Browse files Browse the repository at this point in the history
  • Loading branch information
panekj committed Nov 11, 2024
1 parent 14ceb76 commit 7015786
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/weechat-sys/src/weechat-plugin.h
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,7 @@ struct t_weechat_plugin
/* crypto */
int (*crypto_hash) (const void *data, int data_size,
const char *hash_algo, void *hash, int *hash_size);
int (*crypto_hash_file) (const char *fliename,
int (*crypto_hash_file) (const char *filename,
const char *hash_algo, void *hash, int *hash_size);
int (*crypto_hash_pbkdf2) (const void *data, int data_size,
const char *hash_algo,
Expand Down

0 comments on commit 7015786

Please sign in to comment.