IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 16, 2006, 10:58:49 PM (20 years ago)
Author:
eugene
Message:

major updates to use gprint for buffered / threaded printing

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/mana/mana.c

    r7892 r7917  
    1818  InitMana ();
    1919
     20  gprintInit ();
     21
    2022  rl_readline_name = opihi_name;
    2123  rl_attempted_completion_function = command_completer;
     
    3436/* standard welcome message */
    3537void welcome () {
    36   fprintf (stderr, "\n");
    37   fprintf (stderr, "Welcome to %s - %s\n\n", opihi_name, opihi_description);
     38  gprint (GP_ERR, "\n");
     39  gprint (GP_ERR, "Welcome to %s - %s\n\n", opihi_name, opihi_description);
    3840}
    3941
Note: See TracChangeset for help on using the changeset viewer.