Changeset 23590
- Timestamp:
- 04/03/08 10:39:19 (8 months ago)
- Location:
- trunk/launchd/src
- Files:
-
- 2 modified
-
libvproc_internal.h (modified) (1 diff)
-
libvproc_private.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/launchd/src/libvproc_internal.h
r23582 r23590 100 100 101 101 102 void _vproc_logv(int pri, int err, const char *msg, va_list ap);103 102 vproc_err_t _vprocmgr_log_forward(mach_port_t mp, void *data, size_t len); 104 103 -
trunk/launchd/src/libvproc_private.h
r23580 r23590 68 68 void _vproc_log(int pri, const char *msg, ...) __attribute__((format(printf, 2, 3))); 69 69 void _vproc_log_error(int pri, const char *msg, ...) __attribute__((format(printf, 2, 3))); 70 void _vproc_logv(int pri, int err, const char *msg, va_list ap) __attribute__((format(printf, 3, 0))); 70 71 71 72 #define VPROCMGR_SESSION_LOGINWINDOW "LoginWindow"

