Code auditing weekend results and fixes committing.
[silc.git] / apps / silcd / packet_send.h
index 30833278003c81bd1ff5255080d7b75d664c3cac..17b4a64daae751f0b81684a9a87cc60d7815d938 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
@@ -143,5 +143,10 @@ void silc_server_send_remove_id(SilcServer server,
                                int broadcast,
                                void *id, unsigned int id_len,
                                SilcIdType id_type);
+void silc_server_send_set_mode(SilcServer server,
+                              SilcSocketConnection sock,
+                              int broadcast,
+                              int mode_type, unsigned int mode_mask,
+                              unsigned int argc, ...);
 
 #endif