Export == from net module for TPort.

This commit is contained in:
Dominik Picheta
2014-08-17 19:19:20 +01:00
parent 92828fc07a
commit aa73288142

View File

@@ -11,7 +11,7 @@
{.deadCodeElim: on.}
import rawsockets, os, strutils, unsigned, parseutils, times
export TPort, `$`
export TPort, `$`, `==`
const useWinVersion = defined(Windows) or defined(nimdoc)