Added preliminary support for non-backup-aware servers in cell
[silc.git] / apps / silcd / server.h
index 5ba6a0bacb417627446b13b14cd52b18a2a5c247..19828bda6c8842c28140dcb97acffd543f8dabec 100644 (file)
@@ -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);