subproc.h: match arg name with .c

This commit is contained in:
Robert Swiecki
2026-03-05 14:27:43 +01:00
parent 402e2b4c13
commit 5b75653627

View File

@@ -34,7 +34,7 @@
namespace subproc {
/* 0 - network connection limit reached, -1 - error */
pid_t runChild(nsj_t* nsj, int listen_fd, int fd_in, int fd_out, int fd_err);
pid_t runChild(nsj_t* nsj, int netfd, int fd_in, int fd_out, int fd_err);
int countProc(nsj_t* nsj);
void displayProc(nsj_t* nsj);
void killAndReapAll(nsj_t* nsj, int signal);