From 0abc14bd3a4b0ef0caca6f660fabbbc91abf2285 Mon Sep 17 00:00:00 2001 From: Perry Werneck Date: Sun, 15 Aug 2021 23:30:14 -0300 Subject: [PATCH] Small adjustments in toggle api. --- src/include/lib3270/toggle.h | 2 ++ 1 file changed, 2 insertions(+), 0 deletions(-) diff --git a/src/include/lib3270/toggle.h b/src/include/lib3270/toggle.h index ab9f361..8d20df2 100644 --- a/src/include/lib3270/toggle.h +++ b/src/include/lib3270/toggle.h @@ -68,6 +68,8 @@ typedef enum _lib3270_toggle_id { LIB3270_TOGGLE_NETWORK_TRACE, /**< @brief Enable network in/out trace */ LIB3270_TOGGLE_SSL_TRACE, /**< @brief Enable security traces */ + // Deprecated. + LIB3270_TOGGLE_RECONNECT, /**< @brief Auto reconnect */ LIB3270_TOGGLE_COUNT -- libgit2 0.21.2