IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 20, 2004, 6:12:37 PM (22 years ago)
Author:
eugene
Message:

substantial API changes based on change to PSLib SDRS

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/archive/pslib/src/Utils/logmsg.c

    r707 r753  
    110110#endif
    111111
    112 void p_psLogVMsg(const char *name, int level, const char *fmt, va_list ap)
     112void psLogMsgV(const char *name, int level, const char *fmt, va_list ap)
    113113{
    114114    static int first = 1;
     
    224224    va_start(ap, fmt);
    225225
    226     p_psLogVMsg(name, level, fmt, ap);
     226    psLogVMsg(name, level, fmt, ap);
    227227    va_end(ap);
    228228}
Note: See TracChangeset for help on using the changeset viewer.