6 lines
85 B
C
6 lines
85 B
C
#ifndef PING_H
|
|
#define PING_H
|
|
|
|
void ping_selected_devices(const char *query);
|
|
|
|
#endif |