Merged silc_1_0_branch to trunk.
[silc.git] / apps / silcd / packet_send.h
index 6c85c3a8c6c8a52d7bba8deced511e7a201bfd01..2b0681b6012079463602f9fa9fbecc270878b880 100644 (file)
@@ -4,12 +4,11 @@
 
   Author: Pekka Riikonen <priikone@silcnet.org>
 
-  Copyright (C) 1997 - 2003 Pekka Riikonen
+  Copyright (C) 1997 - 2004 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
-  the Free Software Foundation; either version 2 of the License, or
-  (at your option) any later version.
+  the Free Software Foundation; version 2 of the License.
 
   This program is distributed in the hope that it will be useful,
   but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -200,7 +199,8 @@ void silc_server_send_notify_watch(SilcServer server,
                                   SilcClientEntry watcher,
                                   SilcClientEntry client,
                                   const char *nickname,
-                                  SilcNotifyType type);
+                                  SilcNotifyType type,
+                                  SilcPublicKey public_key);
 void silc_server_send_notify_dest(SilcServer server,
                                  SilcSocketConnection sock,
                                  bool broadcast,
@@ -285,4 +285,4 @@ void silc_server_send_opers_notify(SilcServer server,
                                   SilcNotifyType type,
                                   SilcUInt32 argc, ...);
 
-#endif
+#endif /* PACKET_SEND_H */