Rewrote WHOIS, WHOWAS and IDENTIFY commands.
[silc.git] / lib / silccore / silccommand.h
index b864a4261c20ab6f20617e7eb37006a77f67d0ff..363bbe0122517421f0b303e170c3c6ced1fca4c2 100644 (file)
@@ -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. */