Mercurial > pidgin
diff src/prpl.h @ 1713:14caa7df478c
[gaim-migrate @ 1723]
fun stuff
committer: Tailor Script <tailor@pidgin.im>
| author | Eric Warmenhoven <eric@warmenhoven.org> |
|---|---|
| date | Fri, 13 Apr 2001 23:18:02 +0000 |
| parents | 59c7e7831ccd |
| children | 68eddf56f419 |
line wrap: on
line diff
--- a/src/prpl.h Fri Apr 13 17:47:06 2001 +0000 +++ b/src/prpl.h Fri Apr 13 23:18:02 2001 +0000 @@ -38,7 +38,6 @@ #define OPT_PROTO_HTML 0x00000001 #define OPT_PROTO_CORRECT_TIME 0x00000002 -#define OPT_PROTO_NORMALIZE 0x00000004 /* there should be more here eventually... These should all be stuff that other * plugins can't do (for example, TOC and Oscar and Jabber can do HTML in messages, * but IRC etc can't, so TOC/Oscar/Jabber have _HTML set but not IRC. */ @@ -108,6 +107,8 @@ 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 *); + + char *(* normalize)(const char *); }; extern GSList *protocols;
