Mercurial > pidgin
comparison src/protocols/msn/session.c @ 5564:187c740f2a4e
[gaim-migrate @ 5966]
Committing what I have so far.
Some new functions, and msn is almost done.
committer: Tailor Script <tailor@pidgin.im>
| author | Christian Hammond <chipx86@chipx86.com> |
|---|---|
| date | Fri, 30 May 2003 18:04:45 +0000 |
| parents | bf2a7a7b739d |
| children | b7e113a59b51 |
comparison
equal
deleted
inserted
replaced
| 5563:9eb5b13fd412 | 5564:187c740f2a4e |
|---|---|
| 22 #include "msn.h" | 22 #include "msn.h" |
| 23 #include "session.h" | 23 #include "session.h" |
| 24 #include "dispatch.h" | 24 #include "dispatch.h" |
| 25 | 25 |
| 26 MsnSession * | 26 MsnSession * |
| 27 msn_session_new(struct gaim_account *account, const char *server, int port) | 27 msn_session_new(GaimAccount *account, const char *server, int port) |
| 28 { | 28 { |
| 29 MsnSession *session; | 29 MsnSession *session; |
| 30 | 30 |
| 31 g_return_val_if_fail(account != NULL, NULL); | 31 g_return_val_if_fail(account != NULL, NULL); |
| 32 | 32 |
