#ifndef __CMD_PING_H #define __CMD_PING_H #include #include #include "util.h" void *cmd_ping(void *data); #endif