X-Git-Url: http://git.silcnet.org/gitweb/?p=silc.git;a=blobdiff_plain;f=apps%2Fsilcd%2Fpacket_send.h;h=2b0681b6012079463602f9fa9fbecc270878b880;hp=6c85c3a8c6c8a52d7bba8deced511e7a201bfd01;hb=c257b555225193e54d85daf541d29578b3c93882;hpb=f658940d02cf2fd893296b6a7825b42502573668 diff --git a/apps/silcd/packet_send.h b/apps/silcd/packet_send.h index 6c85c3a8..2b0681b6 100644 --- a/apps/silcd/packet_send.h +++ b/apps/silcd/packet_send.h @@ -4,12 +4,11 @@ Author: Pekka Riikonen - 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 */