#ifndef _DRAGONNET_RECV_H_ #define _DRAGONNET_RECV_H_ #include void dragonnet_recv_raw(DragonnetPeer *p, void *buf, size_t n); #endif