sync_recv
sync_recv();
extern void sync_recv(void);
add_protocol("sync", syncfd, sync_recv, NULL);
void sync_recv(struct protocol *);