1
1
iperf3/src/iperf_util.h

9 строки
99 B
C

#ifndef __IPERF_UTIL_H
#define __IPERF_UTIL_H
void get_uuid(char *);
int is_closed(int);
#endif