Rewrote WHOIS, WHOWAS and IDENTIFY commands.
[silc.git] / lib / silccore / silccommand.h
index e0357b723b942a252be36a867e378228e46b835a..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. */
@@ -153,6 +153,7 @@ typedef unsigned char SilcCommand;
 #define SILC_COMMAND_SERVICE           27
 
 /* Private range start */
+#define SILC_COMMAND_PRIVATE            200
 #define SILC_COMMAND_PRIV_CONNECT       200
 #define SILC_COMMAND_PRIV_CLOSE         201
 #define SILC_COMMAND_PRIV_SHUTDOWN      202