Added usage_long() to iperf_api.h.

This commit is contained in:
sethdelliott 2010-06-25 00:33:39 +00:00
parent 1c9c053c6c
commit f0a7395b20

View File

@ -137,6 +137,7 @@ int iperf_send(struct iperf_test *);
int iperf_recv(struct iperf_test *);
void sig_handler(int);
void usage();
void usage_long();
#endif