aboutsummaryrefslogtreecommitdiffstats
path: root/teal-src/util/net.d.tl
diff options
context:
space:
mode:
Diffstat (limited to 'teal-src/util/net.d.tl')
-rw-r--r--teal-src/util/net.d.tl13
1 files changed, 0 insertions, 13 deletions
diff --git a/teal-src/util/net.d.tl b/teal-src/util/net.d.tl
deleted file mode 100644
index 1040fcef..00000000
--- a/teal-src/util/net.d.tl
+++ /dev/null
@@ -1,13 +0,0 @@
-
-local enum type_strings
- "both"
- "ipv4"
- "ipv6"
-end
-
-local record lib
- local_addresses : function (type_strings, boolean) : { string }
- pton : function (string):string
- ntop : function (string):string
-end
-return lib