Integer type name change.
[silc.git] / apps / silcd / serverid.c
index 05cf1b35757d845041819ac146d5a2e0b7b29628..3f2c65914e37cb678f0ac783fd9a4c8de57fc762 100644 (file)
@@ -25,7 +25,7 @@
 /* Creates a Server ID. Newly created Server ID is returned to the
    new_id argument. */
 
-void silc_id_create_server_id(const char *ip, uint16 port, SilcRng rng, 
+void silc_id_create_server_id(const char *ip, SilcUInt16 port, SilcRng rng, 
                              SilcServerID **new_id)
 {
   SILC_LOG_DEBUG(("Creating new Server ID"));