Commit 0abc14bd3a4b0ef0caca6f660fabbbc91abf2285
1 parent
c5769a9a
Exists in
master
and in
2 other branches
Small adjustments in toggle api.
Showing
1 changed file
with
2 additions
and
0 deletions
Show diff stats
src/include/lib3270/toggle.h
@@ -68,6 +68,8 @@ typedef enum _lib3270_toggle_id { | @@ -68,6 +68,8 @@ typedef enum _lib3270_toggle_id { | ||
68 | LIB3270_TOGGLE_NETWORK_TRACE, /**< @brief Enable network in/out trace */ | 68 | LIB3270_TOGGLE_NETWORK_TRACE, /**< @brief Enable network in/out trace */ |
69 | LIB3270_TOGGLE_SSL_TRACE, /**< @brief Enable security traces */ | 69 | LIB3270_TOGGLE_SSL_TRACE, /**< @brief Enable security traces */ |
70 | 70 | ||
71 | + // Deprecated. | ||
72 | + | ||
71 | LIB3270_TOGGLE_RECONNECT, /**< @brief Auto reconnect */ | 73 | LIB3270_TOGGLE_RECONNECT, /**< @brief Auto reconnect */ |
72 | 74 | ||
73 | LIB3270_TOGGLE_COUNT | 75 | LIB3270_TOGGLE_COUNT |