X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=lib%2Fsilccore%2Fsilcid.h;h=9fb5630cf3d2d155f8d488608a84582c301a71c3;hb=7bb6974af2a8c8fd3bfd6ef0731bb1a534e3c324;hp=4a042d16f71de5a3ea8355c84c6374ab0c5d5b68;hpb=5aa6cde96eecce057af50456a840010052d3821f;p=silc.git diff --git a/lib/silccore/silcid.h b/lib/silccore/silcid.h index 4a042d16..9fb5630c 100644 --- a/lib/silccore/silcid.h +++ b/lib/silccore/silcid.h @@ -257,8 +257,8 @@ typedef struct { */ typedef struct { SilcIDIP ip; /* n bit IP address */ - SilcUInt16 port; /* 16 bit port */ - SilcUInt16 rnd; /* 16 bit random number */ + SilcUInt16 port; /* 16 bit port */ + SilcUInt16 rnd; /* 16 bit random number */ } SilcServerID; /***/ @@ -302,9 +302,9 @@ typedef struct { * SOURCE */ typedef struct { - SilcIDIP ip; /* n bit IP address */ - SilcUInt16 port; /* 16 bit port */ - SilcUInt16 rnd; /* 16 bit random number */ + SilcIDIP ip; /* n bit IP address */ + SilcUInt16 port; /* 16 bit port */ + SilcUInt16 rnd; /* 16 bit random number */ } SilcChannelID; /***/