--- a/src/prpl.h Thu Oct 26 18:05:29 2000 +0000 +++ b/src/prpl.h Fri Oct 27 07:53:32 2000 +0000 @@ -39,6 +39,8 @@ int protocol; char *(* name)(); + char **(* list_icon)(int); + void (* login) (struct aim_user *); void (* close) (struct gaim_connection *); void (* send_im) (struct gaim_connection *, char *who, char *message, int away);