comparison src/prpl.h @ 2123:56c4382f2909

[gaim-migrate @ 2133] now has the ability to notify you beforehand that messages are too long. I haven't tested this yet though. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Mon, 06 Aug 2001 17:50:46 +0000
parents a93aeb6f813d
children 0befa2d2e540
comparison
equal deleted inserted replaced
2122:c99c781e5931 2123:56c4382f2909
85 void (* remove_convo)(struct gaim_connection *, struct conversation *); 85 void (* remove_convo)(struct gaim_connection *, struct conversation *);
86 86
87 /* all the server-related functions */ 87 /* all the server-related functions */
88 void (* login) (struct aim_user *); 88 void (* login) (struct aim_user *);
89 void (* close) (struct gaim_connection *); 89 void (* close) (struct gaim_connection *);
90 void (* send_im) (struct gaim_connection *, char *who, char *message, int away); 90 int (* send_im) (struct gaim_connection *, char *who, char *message, int away);
91 void (* set_info) (struct gaim_connection *, char *info); 91 void (* set_info) (struct gaim_connection *, char *info);
92 void (* get_info) (struct gaim_connection *, char *who); 92 void (* get_info) (struct gaim_connection *, char *who);
93 void (* set_away) (struct gaim_connection *, char *state, char *message); 93 void (* set_away) (struct gaim_connection *, char *state, char *message);
94 void (* get_away_msg) (struct gaim_connection *, char *who); 94 void (* get_away_msg) (struct gaim_connection *, char *who);
95 void (* set_dir) (struct gaim_connection *, char *first, 95 void (* set_dir) (struct gaim_connection *, char *first,