#ifndef _DOLPHIN_ARQ #define _DOLPHIN_ARQ #include "types.h" #include "dolphin/ar.h" #ifdef __cplusplus extern "C" { #endif void ARQInit(void); #ifdef __cplusplus } #endif #endif // _DOLPHIN_ARQ