Commit 68350b48c72508194fff75be428ca68b06ad1262
1 parent
aeb391fd
Exists in
master
wip
Showing
1 changed file
with
6 additions
and
3 deletions
Show diff stats
latest/src/include/lib3270.h
... | ... | @@ -148,7 +148,7 @@ |
148 | 148 | LIB3270_MESSAGE_DISCONNECTED, /**< Disconnected from host */ |
149 | 149 | LIB3270_MESSAGE_AWAITING_FIRST, |
150 | 150 | LIB3270_MESSAGE_MINUS, |
151 | - LIB3270_MESSAGE_PROTECTED, | |
151 | + LIB3270_MESSAGE_PROTECTED c | |
152 | 152 | LIB3270_MESSAGE_NUMERIC, |
153 | 153 | LIB3270_MESSAGE_OVERFLOW, |
154 | 154 | LIB3270_MESSAGE_INHIBIT, |
... | ... | @@ -316,7 +316,7 @@ |
316 | 316 | * |
317 | 317 | * @param s String to input. |
318 | 318 | * @param len Size of the string (or -1 to null terminated strings) |
319 | - * @param pasting pasting flag (See comments). | |
319 | + * @param pasting Non zero for pasting (See comments). | |
320 | 320 | * |
321 | 321 | * @return The number of unprocessed characters. |
322 | 322 | */ |
... | ... | @@ -413,7 +413,10 @@ |
413 | 413 | LIB3270_EXPORT LIB3270_MESSAGE lib3270_get_program_message(H3270 *h); |
414 | 414 | |
415 | 415 | /** |
416 | - * Get connected LU name | |
416 | + * Get connected LU name. | |
417 | + * | |
418 | + * Get the name of the connected LU; the value is internal to lib3270 and | |
419 | + * should not be changed ou freed. | |
417 | 420 | * |
418 | 421 | * @param h Session handle. |
419 | 422 | * | ... | ... |