aboutsummaryrefslogtreecommitdiff
path: root/std/stdsocket.sloth
diff options
context:
space:
mode:
Diffstat (limited to 'std/stdsocket.sloth')
-rw-r--r--std/stdsocket.sloth5
1 files changed, 0 insertions, 5 deletions
diff --git a/std/stdsocket.sloth b/std/stdsocket.sloth
deleted file mode 100644
index 68576a0..0000000
--- a/std/stdsocket.sloth
+++ /dev/null
@@ -1,5 +0,0 @@
-foreign fn serversock(port: Int, addr: String, backlog: Int) Int;
-foreign fn clientsock(port: Int, addr: String) Int;
-foreign fn closesock(soc: Int, server:Bool);
-foreign fn sendsock(msg: String, soc: Int);
-foreign fn recvsock(soc: Int) String;