X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=apps%2Fsilcd%2Fserver.h;h=19828bda6c8842c28140dcb97acffd543f8dabec;hb=675d6cba5a80e53c09c5eb6a03bafffebb6edab0;hp=5ba6a0bacb417627446b13b14cd52b18a2a5c247;hpb=27062265305e9ccedad49f333a1e3cdb8333d6e3;p=silc.git diff --git a/apps/silcd/server.h b/apps/silcd/server.h index 5ba6a0ba..19828bda 100644 --- a/apps/silcd/server.h +++ b/apps/silcd/server.h @@ -26,7 +26,7 @@ typedef struct SilcServerBackupStruct *SilcServerBackup; /* Callback function that is called after the key exchange and connection authentication protocols has been completed with a remote router. The - `server_entry' is the remote router entry. */ + `server_entry' is the remote router entry or NULL on error. */ typedef void (*SilcServerConnectRouterCallback)(SilcServer server, SilcServerEntry server_entry, void *context);