Normalize port naming (tids_, trps_, and mons_port) and use signed int
[trust_router.git] / include / tr_socket.h
index e90a912..73c8d15 100644 (file)
@@ -39,7 +39,7 @@
 #include <poll.h> // for nfds_t
 #include <sys/socket.h>
 
-nfds_t tr_sock_listen_all(unsigned int port, int *fd_out, nfds_t max_fd);
+nfds_t tr_sock_listen_all(int port, int *fd_out, nfds_t max_fd);
 int tr_sock_accept(int sock);
 
 #endif //TRUST_ROUTER_TR_SOCKET_H