8 lines
139 B
C
8 lines
139 B
C
#ifndef PING_CALLBACK_H
|
|
#define PING_CALLBACK_H
|
|
|
|
#include "icmp.h"
|
|
|
|
void ping_callback(const icmp_reply_t *reply, void *userdata);
|
|
|
|
#endif
|