From 95febd978c9f5b0c1eb76b3a2c506ef540087ce3 Mon Sep 17 00:00:00 2001 From: TingPing Date: Wed, 17 Dec 2014 18:49:59 -0500 Subject: Fix building as c89 --- plugins/fishlim/keystore.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'plugins/fishlim/keystore.h') diff --git a/plugins/fishlim/keystore.h b/plugins/fishlim/keystore.h index 3c609867..3d90606a 100644 --- a/plugins/fishlim/keystore.h +++ b/plugins/fishlim/keystore.h @@ -25,14 +25,13 @@ #ifndef KEYSTORE_H #define KEYSTORE_H -#include #include #include char *keystore_get_key(const char *nick); -bool keystore_store_key(const char *nick, const char *key); -bool keystore_delete_nick(const char *nick); +gboolean keystore_store_key(const char *nick, const char *key); +gboolean keystore_delete_nick(const char *nick); #endif -- cgit 1.4.1