# | Line 372 | Line 372 | x11_comin( /* read in a command line */ | |
---|---|---|
372 | ||
373 | static void | |
374 | x11_comout( /* output a string to command line */ | |
375 | < | char *outp |
375 | > | const char *outp |
376 | ) | |
377 | { | |
378 | if (comline == NULL || outp == NULL || !outp[0]) | |
# | Line 426 | Line 426 | std_comin( /* read in command line from stdin */ | |
426 | ||
427 | static void | |
428 | std_comout( /* write out string to stdout */ | |
429 | < | char *outp |
429 | > | const char *outp |
430 | ) | |
431 | { | |
432 | fputs(outp, stdout); |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |