Normalize port naming (tids_, trps_, and mons_port) and use signed int
[trust_router.git] / mon / monc.c
index 6e5b26a..c16d328 100644 (file)
@@ -65,7 +65,7 @@ void monc_free(MONC_INSTANCE *monc)
 
 int monc_open_connection(MONC_INSTANCE *monc,
                          const char *server,
-                         unsigned int port)
+                         int port)
 {
   return tr_gssc_open_connection(monc->gssc, server, port);
 }