00001 #ifndef PACKET_HANDLE_TARGET_H 00002 #define PACKET_HANDLE_TARGET_H 00003 00013 #include "structTables.h" 00014 00015 BEGIN_C_DECLS; 00016 00017 extern int packetRecvHandler(runCtrl_t *run); 00018 00019 END_C_DECLS; 00020 #endif /* !PACKET_HANDLE_TARGET_H */ 00021