Normalize port naming (tids_, trps_, and mons_port) and use signed int
[trust_router.git] / trp / trpc.c
index aef5f7b..04a8ca2 100644 (file)
@@ -153,7 +153,7 @@ unsigned int trpc_get_port(TRPC_INSTANCE *trpc)
   return trpc->port;
 }
 
-void trpc_set_port(TRPC_INSTANCE *trpc, unsigned int port)
+void trpc_set_port(TRPC_INSTANCE *trpc, int port)
 {
   trpc->port=port;
 }