comparison src/protocols/gg/libgg.h @ 11202:ff4884029708

[gaim-migrate @ 13330] Some compile warning fixes. It's very possible the perl warnings were caused by some of my changes to the core last week committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Mon, 08 Aug 2005 02:21:57 +0000
parents 64895571248f
children 67f874fadb57
comparison
equal deleted inserted replaced
11201:07dc8c6a359f 11202:ff4884029708
56 unsigned int server_ip; /* adres serwera */ 56 unsigned int server_ip; /* adres serwera */
57 unsigned int client_ip; /* adres klienta */ 57 unsigned int client_ip; /* adres klienta */
58 int client_port; /* port, na którym klient słucha */ 58 int client_port; /* port, na którym klient słucha */
59 59
60 uin_t uin; /* numerek klienta */ 60 uin_t uin; /* numerek klienta */
61 unsigned char *password; /* i jego hasło. zwalniane automagicznie */ 61 char *password; /* i jego hasło. zwalniane automagicznie */
62 62
63 int initial_status; /* początkowy stan klienta */ 63 int initial_status; /* początkowy stan klienta */
64 64
65 char *recv_buf; /* bufor na otrzymywane pakiety */ 65 char *recv_buf; /* bufor na otrzymywane pakiety */
66 int recv_done; /* ile już wczytano do bufora */ 66 int recv_done; /* ile już wczytano do bufora */