Code auditing weekend results and fixes committing.
[silc.git] / apps / silcd / command_reply.h
index 9b5479e115571172d564be928dfbdabb0a8d55dd..62a696e81b5ec341d1b62ae15659f033fa292147 100644 (file)
@@ -4,7 +4,7 @@
 
   Author: Pekka Riikonen <priikone@poseidon.pspt.fi>
 
-  Copyright (C) 1997 - 2000 Pekka Riikonen
+  Copyright (C) 1997 - 2001 Pekka Riikonen
 
   This program is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
@@ -60,5 +60,6 @@ void silc_server_command_reply_process(SilcServer server,
 SILC_SERVER_CMD_REPLY_FUNC(join);
 SILC_SERVER_CMD_REPLY_FUNC(whois);
 SILC_SERVER_CMD_REPLY_FUNC(identify);
+SILC_SERVER_CMD_REPLY_FUNC(users);
 
 #endif