#ifndef PING_CALLBACK_H #define PING_CALLBACK_H #include "icmp.h" void ping_callback(const icmp_reply_t *reply, void *userdata); #endif