Mercurial > pidgin
diff src/prpl.h @ 1920:5bed3bc833b5
[gaim-migrate @ 1930]
in addition, frombase64 mods, needed for buddy icon in toc.
committer: Tailor Script <tailor@pidgin.im>
| author | Eric Warmenhoven <eric@warmenhoven.org> |
|---|---|
| date | Wed, 30 May 2001 18:26:52 +0000 |
| parents | 73d73939f698 |
| children | ddd696ccb46b |
line wrap: on
line diff
--- a/src/prpl.h Wed May 30 07:59:35 2001 +0000 +++ b/src/prpl.h Wed May 30 18:26:52 2001 +0000 @@ -126,6 +126,7 @@ void (* chat_whisper) (struct gaim_connection *, int id, char *who, char *message); void (* chat_send) (struct gaim_connection *, int id, char *message); void (* keepalive) (struct gaim_connection *); + void (* chat_set_topic) (struct gaim_connection *, int id, char *topic); char *(* normalize)(const char *); };
