mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 20:33:46 +02:00
Some compiling fixes found by -Wall in perl dirs..
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2990 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
a6095cd421
commit
df7ccce8ec
13 changed files with 37 additions and 5 deletions
|
|
@ -28,6 +28,7 @@
|
|||
#include "irc-servers.h"
|
||||
#include "servers-idle.h"
|
||||
#include "ignore.h"
|
||||
#include "ctcp.h"
|
||||
|
||||
typedef struct {
|
||||
char *name;
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ void ctcp_register(const char *name);
|
|||
void ctcp_unregister(const char *name);
|
||||
|
||||
/* Send CTCP reply with flood protection */
|
||||
void ctcp_send_reply(SERVER_REC *server, const char *data);
|
||||
void ctcp_send_reply(IRC_SERVER_REC *server, const char *data);
|
||||
|
||||
void ctcp_init(void);
|
||||
void ctcp_deinit(void);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue