Commit 1699197d0bfc790f4ee54b272476e09688db99e3
1 parent
bbb2142f
Exists in
master
and in
5 other branches
Faltou incluir o método test na lista de funções do rexx
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
src/plugins/rx3270/rxapimain.cc
@@ -130,6 +130,7 @@ RexxMethodEntry rx3270_methods[] = | @@ -130,6 +130,7 @@ RexxMethodEntry rx3270_methods[] = | ||
130 | REXX_METHOD(rx3270_method_screen_trace, rx3270_method_screen_trace ), | 130 | REXX_METHOD(rx3270_method_screen_trace, rx3270_method_screen_trace ), |
131 | REXX_METHOD(rx3270_method_ds_trace, rx3270_method_ds_trace ), | 131 | REXX_METHOD(rx3270_method_ds_trace, rx3270_method_ds_trace ), |
132 | REXX_METHOD(rx3270_method_set_option, rx3270_method_set_option ), | 132 | REXX_METHOD(rx3270_method_set_option, rx3270_method_set_option ), |
133 | + REXX_METHOD(rx3270_method_test, rx3270_method_test ), | ||
133 | 134 | ||
134 | REXX_LAST_METHOD() | 135 | REXX_LAST_METHOD() |
135 | }; | 136 | }; |