diff --git a/libp2p/daemon/daemonapi.nim b/libp2p/daemon/daemonapi.nim index 074c191..d5ebb58 100644 --- a/libp2p/daemon/daemonapi.nim +++ b/libp2p/daemon/daemonapi.nim @@ -527,8 +527,8 @@ when not defined(windows): proc getProcessId(): int = result = posix.getpid() else: - proc getCurrentProcessId*(): uint32 {.stdcall, dynlib: "kernel32", - importc: "GetCurrentProcessId".} + proc getCurrentProcessId(): uint32 {.stdcall, dynlib: "kernel32", + importc: "GetCurrentProcessId".} proc loggingHandler(api: DaemonAPI): Future[void] = # Not ready yet.