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/include/psLogMsg.h

    r602 r753  
    3030
    3131/// Logs a message from varargs
    32 void p_psLogVMsg(const char *name,      ///< name of the log source
    33                 int myLevel,           ///< severity level of this log message
    34                 const char *fmt,       ///< printf-style format command
    35                 va_list ap)            ///< varargs argument list
     32void psLogMsgV(const char *name,        ///< name of the log source
     33              int myLevel,             ///< severity level of this log message
     34              const char *fmt,         ///< printf-style format command
     35              va_list ap)              ///< varargs argument list
    3636;
    3737
Note: See TracChangeset for help on using the changeset viewer.