diff --git a/latest/src/include/lib3270.h b/latest/src/include/lib3270.h index 0272744..62b0898 100644 --- a/latest/src/include/lib3270.h +++ b/latest/src/include/lib3270.h @@ -381,16 +381,6 @@ LIB3270_EXPORT unsigned char lib3270_get_toggle(H3270 *h, LIB3270_TOGGLE ix); /** - * Translate a string toggle name to the corresponding value. - * - * @param name Toggle name. - * - * @return Toggle ID or -1 if it's invalid. - * - */ - LIB3270_EXPORT LIB3270_TOGGLE lib3270_get_toggle_id(const char *name); - - /** * Set toggle state. * * @param h Session handle. @@ -403,6 +393,16 @@ LIB3270_EXPORT int lib3270_set_toggle(H3270 *h, LIB3270_TOGGLE ix, int value); /** + * Translate a string toggle name to the corresponding value. + * + * @param name Toggle name. + * + * @return Toggle ID or -1 if it's invalid. + * + */ + LIB3270_EXPORT LIB3270_TOGGLE lib3270_get_toggle_id(const char *name); + + /** * Revert toggle status. * * @param h Session handle. -- libgit2 0.21.2