teal-src/util/net.d.tl
author Kim Alvefur <zash@zash.se>
Sun, 25 Apr 2021 17:27:02 +0200
changeset 11525 16caf35f031f
parent 11436 113f3912c7cb
child 11581 60bee6822d79
permissions -rw-r--r--
util.prosodyctl.shell: Fix for missing 'sep' arg to string.rep in Lua 5.1


local enum type_strings
	"both"
	"ipv4"
	"ipv6"
end

local record lib
	local_addresses : function (type_strings, boolean)
	pton : function (string):string
	ntop : function (string):string
end
return lib