X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=apps%2Fsilcd%2Fserver_internal.h;h=ea703791c46b942b1aa974951c65e563f3c9b57c;hb=da3a876c26b6d697ee6446ad81a8edfff1828cab;hp=7a6a9253c6bcb7b02b23a03696bdea81cc64ef09;hpb=346885ee9466a6f1d5ecc99a5401aa3043acf7c0;p=crypto.git diff --git a/apps/silcd/server_internal.h b/apps/silcd/server_internal.h index 7a6a9253..ea703791 100644 --- a/apps/silcd/server_internal.h +++ b/apps/silcd/server_internal.h @@ -94,6 +94,7 @@ struct SilcServerStruct { /* ID lists. */ SilcIDList local_list; SilcIDList global_list; + SilcHashTable watcher_list; /* Table of connected sockets */ SilcSocketConnection *sockets; @@ -208,5 +209,7 @@ do { \ /* Prototypes */ SILC_TASK_CALLBACK_GLOBAL(silc_server_rekey_final); +void silc_server_watcher_list_destroy(void *key, void *context, + void *user_context); #endif