Mercurial > pidgin
comparison src/protocols/msn/cmdproc.h @ 9158:c30d81b4dd22
[gaim-migrate @ 9942]
Patch from Felipe Contreras to sync our MSN prpl with what's in his tree.
He says this may fix a couple bugs, but the important thing is the
restructuring of how MsnMessages work. Lots of style changes and other
stuff as well.
committer: Tailor Script <tailor@pidgin.im>
author | Christian Hammond <chipx86@chipx86.com> |
---|---|
date | Tue, 01 Jun 2004 06:42:20 +0000 |
parents | a7affa2e2986 |
children | 502707ca1836 |
comparison
equal
deleted
inserted
replaced
9157:bd1ea0a717d7 | 9158:c30d81b4dd22 |
---|---|
23 #define _MSN_CMDPROC_H_ | 23 #define _MSN_CMDPROC_H_ |
24 | 24 |
25 typedef struct _MsnCmdProc MsnCmdProc; | 25 typedef struct _MsnCmdProc MsnCmdProc; |
26 | 26 |
27 #include "session.h" | 27 #include "session.h" |
28 #include "server.h" | 28 #include "servconn.h" |
29 #include "error.h" | 29 #include "error.h" |
30 #include "command.h" | 30 #include "command.h" |
31 #include "table.h" | 31 #include "table.h" |
32 #include "history.h" | 32 #include "history.h" |
33 #include "msg.h" | 33 #include "msg.h" |
67 void msn_cmdproc_queue_trans(MsnCmdProc *cmdproc, | 67 void msn_cmdproc_queue_trans(MsnCmdProc *cmdproc, |
68 MsnTransaction *trans); | 68 MsnTransaction *trans); |
69 void msn_cmdproc_send(MsnCmdProc *cmdproc, const char *command, | 69 void msn_cmdproc_send(MsnCmdProc *cmdproc, const char *command, |
70 const char *format, ...); | 70 const char *format, ...); |
71 void msn_cmdproc_send_quick(MsnCmdProc *cmdproc, const char *command, | 71 void msn_cmdproc_send_quick(MsnCmdProc *cmdproc, const char *command, |
72 const char *format, ...); | 72 const char *format, ...); |
73 void msn_cmdproc_process_msg(MsnCmdProc *cmdproc, | 73 void msn_cmdproc_process_msg(MsnCmdProc *cmdproc, |
74 MsnMessage *msg); | 74 MsnMessage *msg); |
75 void msn_cmdproc_process_cmd_text(MsnCmdProc *cmdproc, const char *command); | 75 void msn_cmdproc_process_cmd_text(MsnCmdProc *cmdproc, const char *command); |
76 void msn_cmdproc_process_payload(MsnCmdProc *cmdproc, | 76 void msn_cmdproc_process_payload(MsnCmdProc *cmdproc, |
77 char *payload, int payload_len); | 77 char *payload, int payload_len); |