Mercurial > pidgin
comparison src/protocols/msn/command.h @ 12180:b3d334f60732
[gaim-migrate @ 14482]
An #if 1 doesn't make a lot of sense. I'm tired of seeing the hunk that removes this in every MSNP10/MSNP11 patch I look at.
committer: Tailor Script <tailor@pidgin.im>
| author | Richard Laager <rlaager@wiktel.com> |
|---|---|
| date | Mon, 21 Nov 2005 11:33:22 +0000 |
| parents | ab6636c5a136 |
| children |
comparison
equal
deleted
inserted
replaced
| 12179:92ba143044e6 | 12180:b3d334f60732 |
|---|---|
| 27 typedef struct _MsnCommand MsnCommand; | 27 typedef struct _MsnCommand MsnCommand; |
| 28 | 28 |
| 29 #include "cmdproc.h" | 29 #include "cmdproc.h" |
| 30 #include "transaction.h" | 30 #include "transaction.h" |
| 31 | 31 |
| 32 #if 1 | |
| 33 typedef void (*MsnPayloadCb)(MsnCmdProc *cmdproc, MsnCommand *cmd, | 32 typedef void (*MsnPayloadCb)(MsnCmdProc *cmdproc, MsnCommand *cmd, |
| 34 char *payload, size_t len); | 33 char *payload, size_t len); |
| 35 #endif | |
| 36 | 34 |
| 37 /** | 35 /** |
| 38 * A received command. | 36 * A received command. |
| 39 */ | 37 */ |
| 40 struct _MsnCommand | 38 struct _MsnCommand |
