| 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) + |