fishlim: Fix Win32 release
This commit is contained in:
parent
a8cf8dfe7a
commit
8aac03ae10
@ -28,8 +28,8 @@
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include "irc.h"
|
||||
#include "keystore.h"
|
||||
#include "fish.h"
|
||||
#include "keystore.h"
|
||||
#include "plugin_hexchat.h"
|
||||
|
||||
|
||||
|
@ -28,7 +28,7 @@
|
||||
#include <stddef.h>
|
||||
|
||||
#include <glib.h>
|
||||
#include <fish.h>
|
||||
#include "fish.h"
|
||||
|
||||
char *keystore_get_key(const char *nick, enum fish_mode *mode);
|
||||
gboolean keystore_store_key(const char *nick, const char *key, enum fish_mode mode);
|
||||
|
Loading…
Reference in New Issue
Block a user