silcd: handle SIGNOFF notify for local clients correctly
[silc.git] / apps / silcd / server_internal.h
index 09257e66465a415a1d0f281a0b4e635348e8f3da..64cca8169cc9e216e5d8836cd9652a9787f8598f 100644 (file)
@@ -4,7 +4,7 @@
 
   Author: Pekka Riikonen <priikone@silcnet.org>
 
-  Copyright (C) 1997 - 2007 Pekka Riikonen
+  Copyright (C) 1997 - 2009 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
@@ -216,5 +216,6 @@ SILC_TASK_CALLBACK(silc_server_connect_to_router);
 SILC_TASK_CALLBACK(silc_server_connect_to_router_retry);
 void silc_server_watcher_list_destroy(void *key, void *context,
                                      void *user_context);
+void silc_server_connection_free(SilcServerConnection sconn);
 
 #endif