Commit 1699197d0bfc790f4ee54b272476e09688db99e3

Authored by perry.werneck@gmail.com
1 parent bbb2142f

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 130 REXX_METHOD(rx3270_method_screen_trace, rx3270_method_screen_trace ),
131 131 REXX_METHOD(rx3270_method_ds_trace, rx3270_method_ds_trace ),
132 132 REXX_METHOD(rx3270_method_set_option, rx3270_method_set_option ),
  133 + REXX_METHOD(rx3270_method_test, rx3270_method_test ),
133 134  
134 135 REXX_LAST_METHOD()
135 136 };
... ...