summary refs log tree commit diff stats
path: root/plugins/fishlim/fish.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/fishlim/fish.h')
-rw-r--r--plugins/fishlim/fish.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/fishlim/fish.h b/plugins/fishlim/fish.h
index 6a2e911c..75829061 100644
--- a/plugins/fishlim/fish.h
+++ b/plugins/fishlim/fish.h
@@ -35,6 +35,8 @@ enum fish_mode {
   FISH_CBC_MODE = 0x2
 };
 
+int fish_init(void);
+void fish_deinit(void);
 char *fish_base64_encode(const char *message, size_t message_len);
 char *fish_base64_decode(const char *message, size_t *final_len);
 char *fish_encrypt(const char *key, size_t keylen, const char *message, size_t message_len, enum fish_mode mode);