IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 21, 2004, 11:14:41 AM (22 years ago)
Author:
gusciora
Message:

Changed p_psVLogMsg() to psVLogMsg().

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/sys/psLogMsg.h

    r482 r497  
    2525
    2626/// Logs a message
    27 void psLogMsg(const char *name,  ///< name of the log source
    28               int myLevel, ///< severity level of this log message
     27void psLogMsg(const char *name,     ///< name of the log source
     28              int myLevel,          ///< severity level of this log message
    2929              const char *fmt, ...) ///< printf-style format command
    3030;
    3131
    3232/// Logs a message from varargs
    33 void p_psVLogMsg(const char *name, ///< name of the log source
    34                  int myLevel, ///< severity level of this log message
    35                  const char *fmt,  ///< printf-style format command
    36                  va_list ap) ///< varargs argument list
     33void psVLogMsg(const char *name, ///< name of the log source
     34               int myLevel,      ///< severity level of this log message
     35               const char *fmt,  ///< printf-style format command
     36               va_list ap)      ///< varargs argument list
    3737;
    3838
Note: See TracChangeset for help on using the changeset viewer.