arp_monitoring/components/ping/include/ping.h
2026-07-15 20:32:20 +03:00

6 lines
85 B
C

#ifndef PING_H
#define PING_H
void ping_selected_devices(const char *query);
#endif