plugins/gaim-remote/remote-socket.c

changeset 6063
8fbafa2e1846
parent 5872
754c63f29b77
child 10395
786e15490d85
equal deleted inserted replaced
6062:a292fd631fdb 6063:8fbafa2e1846
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) +

mercurial