Comparison

teal-src/util/net.d.tl @ 11432:113f3912c7cb

util: Add Teal interface definition files Enables writing code in Teal that is aware of the interfaces and function prototypes in these other utils. Could also be used to do type checks on Lua sources, but this tends to have a lot of noise.
author Kim Alvefur <zash@zash.se>
date Tue, 09 Mar 2021 14:36:46 +0100
child 11577:60bee6822d79
comparison
equal deleted inserted replaced
11431:4874b54af344 11432:113f3912c7cb
1
2 local enum type_strings
3 "both"
4 "ipv4"
5 "ipv6"
6 end
7
8 local record lib
9 local_addresses : function (type_strings, boolean)
10 pton : function (string):string
11 ntop : function (string):string
12 end
13 return lib