summary refs log tree commit diff stats
path: root/plugins/fishlim/keystore.h
diff options
context:
space:
mode:
authorBerke Viktor <berkeviktor@aol.com>2011-11-25 10:24:33 +0100
committerBerke Viktor <berkeviktor@aol.com>2011-11-25 10:24:33 +0100
commit81ed389e71cda96c1bd5935dd5f9cb98327870ce (patch)
treeaf69e7a16110b55046cc36982be6c94fc26fcbd5 /plugins/fishlim/keystore.h
parent3067b7b267d881963498d277d657e679ac15af45 (diff)
get in sync with fishlim upstream
Diffstat (limited to 'plugins/fishlim/keystore.h')
-rw-r--r--plugins/fishlim/keystore.h2
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);