Splitted SILC core library. Core library includes now only
[silc.git] / apps / silc / protocol.h
index 1643e4d515935936d3bc471a80bcb970721d6dcd..684995dd2b431df6c03c4f454ede1256bf49510d 100644 (file)
@@ -24,8 +24,7 @@
 /* SILC client protocol types */
 #define SILC_PROTOCOL_CLIENT_NONE 0
 #define SILC_PROTOCOL_CLIENT_CONNECTION_AUTH 1
-#define SILC_PROTOCOL_CLIENT_CHANNEL_AUTH 2
-#define SILC_PROTOCOL_CLIENT_KEY_EXCHANGE 3
+#define SILC_PROTOCOL_CLIENT_KEY_EXCHANGE 2
 /* #define SILC_PROTOCOL_CLIENT_MAX 255 */
 
 /* Internal context for key exchange protocol */
@@ -70,5 +69,7 @@ typedef struct {
 } SilcClientConnAuthInternalContext;
 
 /* Prototypes */
+void silc_client_protocols_register(void);
+void silc_client_protocols_unregister(void);
 
 #endif