9 lines
160 B
C
9 lines
160 B
C
#ifndef PING_LOOP_H
|
|
#define PING_LOOP_H
|
|
|
|
#include <stddef.h>
|
|
#include "internal/ping_state.h"
|
|
|
|
void ping_loop(t_ping_state *state, size_t payload_len);
|
|
|
|
#endif
|