X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=lib%2Fsilccore%2Fsilccommand.h;h=363bbe0122517421f0b303e170c3c6ced1fca4c2;hb=4fb6f761690a7adcd4f9f0c101dc73cbe334fca3;hp=b864a4261c20ab6f20617e7eb37006a77f67d0ff;hpb=d43e6bd885398958b8bb0acb32962d91eb8cf773;p=silc.git diff --git a/lib/silccore/silccommand.h b/lib/silccore/silccommand.h index b864a426..363bbe01 100644 --- a/lib/silccore/silccommand.h +++ b/lib/silccore/silccommand.h @@ -109,7 +109,7 @@ typedef enum { * * NAME * - * typedef unsigned char SilcCommand; + * typedef SilcUInt8 SilcCommand; * * DESCRIPTION * @@ -119,7 +119,7 @@ typedef enum { * * SOURCE */ -typedef unsigned char SilcCommand; +typedef SilcUInt8 SilcCommand; /* All SILC commands. These are commands that have client and server counterparts. */