comparison plugins/gaim-remote/remote-socket.c @ 6063:5239a3b4ab33

[gaim-migrate @ 6513] clean up a lot of compiler warnings. Hopefully I didn't break anything too badly. committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Tue, 08 Jul 2003 06:11:49 +0000
parents 059d95c67cda
children b4b9dabdd7c7
comparison
equal deleted inserted replaced
6062:2cd7c409d71d 6063:5239a3b4ab33
29 * it. It will eventually be made a library once the core and ui are split. */ 29 * it. It will eventually be made a library once the core and ui are split. */
30 30
31 #include "internal.h" 31 #include "internal.h"
32 #include <sys/un.h> 32 #include <sys/un.h>
33 #include <gaim-remote/remote.h> 33 #include <gaim-remote/remote.h>
34 #include <sys/types.h>
35 #include <unistd.h>
34 36
35 void 37 void
36 gaim_remote_session_send_packet(int fd, GaimRemotePacket *p) 38 gaim_remote_session_send_packet(int fd, GaimRemotePacket *p)
37 { 39 {
38 int len = sizeof(p->type) + sizeof(p->subtype) + 40 int len = sizeof(p->type) + sizeof(p->subtype) +