From e63f81d4f24633db54e244abcb9de0fd5b59c145 Mon Sep 17 00:00:00 2001 From: perry.werneck@gmail.com Date: Tue, 28 Feb 2012 13:36:36 +0000 Subject: [PATCH] Corrigindo retorno da função get_toggle_id --- latest/src/include/lib3270.h | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) 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