NetworkInterfaceError is not about a wrong value
This commit is contained in:
parent
629556ad30
commit
9056b28627
|
@ -8,7 +8,7 @@ type
|
||||||
index*: cint
|
index*: cint
|
||||||
flags*: cuint
|
flags*: cuint
|
||||||
|
|
||||||
NetworkInterfaceError* = object of ValueError
|
NetworkInterfaceError* = object of CatchableError
|
||||||
|
|
||||||
Ifaddrs {.importc: "struct ifaddrs", pure, final,
|
Ifaddrs {.importc: "struct ifaddrs", pure, final,
|
||||||
header: "<ifaddrs.h>".} = object
|
header: "<ifaddrs.h>".} = object
|
||||||
|
|
Loading…
Reference in New Issue