diff options
Diffstat (limited to 'plugins/fishlim/keystore.h')
-rw-r--r-- | plugins/fishlim/keystore.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/fishlim/keystore.h b/plugins/fishlim/keystore.h index e6c527c7..b0c1c69c 100644 --- a/plugins/fishlim/keystore.h +++ b/plugins/fishlim/keystore.h @@ -33,7 +33,7 @@ #include <stddef.h> char *keystore_get_key(const char *nick); -int keystore_store_key(const char *nick, const char *key); +bool keystore_store_key(const char *nick, const char *key); bool keystore_delete_nick(const char *nick); void keystore_secure_free(void *ptr, size_t size); |