aboutsummaryrefslogtreecommitdiff
path: root/src/net.h
diff options
context:
space:
mode:
authorJon Dugan <jdugan@x1024.net>2009-02-24 06:22:58 +0000
committerJon Dugan <jdugan@x1024.net>2009-02-24 06:22:58 +0000
commit0fdaab072e62a4e532d426b21846f212560373e5 (patch)
treee9de6c3685f8552ce40ec04d4d491e78111c16c4 /src/net.h
parent38e1acb706675a47a782d783b987de23eabc3977 (diff)
downloadiperf3-0fdaab072e62a4e532d426b21846f212560373e5.tar.gz
initial commit of new code
Diffstat (limited to 'src/net.h')
-rw-r--r--src/net.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net.h b/src/net.h
new file mode 100644
index 0000000..bc778f1
--- /dev/null
+++ b/src/net.h
@@ -0,0 +1,2 @@
+int netdial(int proto, char *client, int port);
+int netannounce(int proto, char *local, int port);