Commit ad2110e097fb0aa2ce7e7ef23823d56e11d89ac3

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

Trabalhando na interface HLLAPI

Showing 1 changed file with 4 additions and 0 deletions   Show diff stats
util.c
... ... @@ -1018,3 +1018,7 @@ int gettimeofday(struct timeval *tv, void *ignored)
1018 1018  
1019 1019 #endif
1020 1020  
  1021 + LIB3270_EXPORT int lib3270_print(H3270 *h)
  1022 + {
  1023 + return -1;
  1024 + }
... ...