diff options
Diffstat (limited to 'plugins/fishlim/fish.h')
-rw-r--r-- | plugins/fishlim/fish.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/fishlim/fish.h b/plugins/fishlim/fish.h index db471326..238f52e7 100644 --- a/plugins/fishlim/fish.h +++ b/plugins/fishlim/fish.h @@ -25,9 +25,10 @@ #ifndef FISH_H #define FISH_H -#include <stdbool.h> #include <stddef.h> +#include <glib.h> + char *fish_encrypt(const char *key, size_t keylen, const char *message); char *fish_decrypt(const char *key, size_t keylen, const char *data); char *fish_encrypt_for_nick(const char *nick, const char *data); |