diff --git a/std/std.internet.pdl b/std/std.internet.pdl index 39a900e563f33ffb9fe2e72d1ab6b94bef02b5e9..6d5d355696eba8591b4f7fb5d8ce21971eccc4a9 100644 --- a/std/std.internet.pdl +++ b/std/std.internet.pdl @@ -21,6 +21,6 @@ struct TcpConnection { in rx, } -/* comp tcp_listener(u8[] ip, u16 port, in cmds, out rx) { +comp tcp_listener(u8[] ip, u16 port, in cmds, out rx) { #builtin -} */ \ No newline at end of file +} \ No newline at end of file