| 235 int irc_cmd_topic(struct irc_conn *irc, const char *cmd, const char *target, const char **args); |
235 int irc_cmd_topic(struct irc_conn *irc, const char *cmd, const char *target, const char **args); |
| 236 int irc_cmd_wallops(struct irc_conn *irc, const char *cmd, const char *target, const char **args); |
236 int irc_cmd_wallops(struct irc_conn *irc, const char *cmd, const char *target, const char **args); |
| 237 int irc_cmd_whois(struct irc_conn *irc, const char *cmd, const char *target, const char **args); |
237 int irc_cmd_whois(struct irc_conn *irc, const char *cmd, const char *target, const char **args); |
| 238 int irc_cmd_whowas(struct irc_conn *irc, const char *cmd, const char *target, const char **args); |
238 int irc_cmd_whowas(struct irc_conn *irc, const char *cmd, const char *target, const char **args); |
| 239 |
239 |
| 240 PurpleXfer *irc_dccsend_new_xfer(PurpleProtocolXferInterface *iface, PurpleConnection *gc, const char *who); |
240 PurpleXfer *irc_dccsend_new_xfer(PurpleProtocolXfer *xfer, PurpleConnection *gc, const char *who); |
| 241 void irc_dccsend_send_file(PurpleProtocolXferInterface *iface, PurpleConnection *gc, const char *who, const char *file); |
241 void irc_dccsend_send_file(PurpleProtocolXfer *xfer, PurpleConnection *gc, const char *who, const char *file); |
| 242 void irc_dccsend_recv(struct irc_conn *irc, const char *from, const char *msg); |
242 void irc_dccsend_recv(struct irc_conn *irc, const char *from, const char *msg); |
| 243 #endif /* _PURPLE_IRC_H */ |
243 #endif /* _PURPLE_IRC_H */ |