Changeset 622 for pjproject/trunk/pjlib/include/pj/log.h
- Timestamp:
- Jul 22, 2006 1:42:56 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjlib/include/pj/log.h
r320 r622 78 78 PJ_LOG_HAS_SENDER = 64, /**< Include sender in the log [yes]. */ 79 79 PJ_LOG_HAS_NEWLINE = 128, /**< Terminate each call with newline [yes].*/ 80 PJ_LOG_HAS_CR = 256 ,/**< Include carriage return [no]. */80 PJ_LOG_HAS_CR = 256 /**< Include carriage return [no]. */ 81 81 }; 82 82 … … 250 250 */ 251 251 252 / //////////////////////////////////////////////////////////////////////////////252 /* **************************************************************************/ 253 253 /* 254 254 * Log functions implementation prototypes.
Note: See TracChangeset
for help on using the changeset viewer.