Fixed file transfer and key agreement, fixed bugs in SFTP libary.
[silc.git] / lib / silcclient / silcclient.h
index b0ef27efcd4c026dc1025dc1796935481b9d14e2..71dae8c1927e0031b0f7d6efa4fc7d84a90f1628 100644 (file)
@@ -92,6 +92,8 @@ typedef enum {
   SILC_KEY_AGREEMENT_FAILURE,         /* The protocol failed */
   SILC_KEY_AGREEMENT_TIMEOUT,         /* The protocol timeout */
   SILC_KEY_AGREEMENT_ABORTED,         /* The protocol aborted */
+  SILC_KEY_AGREEMENT_ALREADY_STARTED,  /* Already started */
+  SILC_KEY_AGREEMENT_SELF_DENIED,      /* Negotiationg with itself denied */
 } SilcKeyAgreementStatus;
 /***/