8 lines
114 B
C
8 lines
114 B
C
#ifndef PING_H
|
|
#define PING_H
|
|
|
|
#include "ping/ft_ping.h"
|
|
|
|
int ping_run(const struct ping_config *config);
|
|
|
|
#endif
|