get in sync with fishlim upstream

This commit is contained in:
Berke Viktor
2011-11-25 10:24:33 +01:00
parent 3067b7b267
commit 81ed389e71
8 changed files with 72 additions and 30 deletions

View File

@@ -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);