src/protocols/irc/irc.h

changeset 12143
09f216663302
parent 12013
1d736fce4bba
child 12210
d7e2c9f73e16
equal deleted inserted replaced
12142:45aba96df80d 12143:09f216663302
23 #ifndef _GAIM_IRC_H 23 #ifndef _GAIM_IRC_H
24 #define _GAIM_IRC_H 24 #define _GAIM_IRC_H
25 25
26 #include <glib.h> 26 #include <glib.h>
27 27
28 #include "ft.h"
28 #include "roomlist.h" 29 #include "roomlist.h"
29 #include "sslconn.h" 30 #include "sslconn.h"
30 31
31 #define IRC_DEFAULT_SERVER "irc.freenode.net" 32 #define IRC_DEFAULT_SERVER "irc.freenode.net"
32 #define IRC_DEFAULT_PORT 6667 33 #define IRC_DEFAULT_PORT 6667
166 int irc_cmd_time(struct irc_conn *irc, const char *cmd, const char *target, const char **args); 167 int irc_cmd_time(struct irc_conn *irc, const char *cmd, const char *target, const char **args);
167 int irc_cmd_topic(struct irc_conn *irc, const char *cmd, const char *target, const char **args); 168 int irc_cmd_topic(struct irc_conn *irc, const char *cmd, const char *target, const char **args);
168 int irc_cmd_wallops(struct irc_conn *irc, const char *cmd, const char *target, const char **args); 169 int irc_cmd_wallops(struct irc_conn *irc, const char *cmd, const char *target, const char **args);
169 int irc_cmd_whois(struct irc_conn *irc, const char *cmd, const char *target, const char **args); 170 int irc_cmd_whois(struct irc_conn *irc, const char *cmd, const char *target, const char **args);
170 171
172 GaimXfer *irc_dccsend_new_xfer(GaimConnection *gc, const char *who);
171 void irc_dccsend_send_file(GaimConnection *gc, const char *who, const char *file); 173 void irc_dccsend_send_file(GaimConnection *gc, const char *who, const char *file);
172 void irc_dccsend_recv(struct irc_conn *irc, const char *from, const char *msg); 174 void irc_dccsend_recv(struct irc_conn *irc, const char *from, const char *msg);
173 #endif /* _GAIM_IRC_H */ 175 #endif /* _GAIM_IRC_H */

mercurial