diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2013-12-11 07:44:49 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2013-12-11 07:44:49 -0800 |
commit | 264979bd2157a386f9563dba45d5506f28e354f8 (patch) | |
tree | 58f34414a1d972ec85c29519cd9ac999487de508 /syslog.h | |
parent | 96a062025a5509b48d1fb0cf48db783229ef40c4 (diff) | |
download | txr-264979bd2157a386f9563dba45d5506f28e354f8.tar.gz txr-264979bd2157a386f9563dba45d5506f28e354f8.tar.bz2 txr-264979bd2157a386f9563dba45d5506f28e354f8.zip |
* eval.c (eval_init): log_authpriv_v registered as log-authpriv.
* syslog.c (log_authpriv_v): New variable.
(syslog_init): New variable initialized.
* syslog.h (log_authpriv_v): Declared.
* txr.1: Documented log-authpriv, and put in notes about testing
for variables that may not be present, including log-perror.
Diffstat (limited to 'syslog.h')
-rw-r--r-- | syslog.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -28,7 +28,7 @@ extern val log_pid_v, log_cons_v, log_ndelay_v; extern val log_odelay_v, log_nowait_v, log_perror_v; -extern val log_user_v, log_daemon_v, log_auth_v; +extern val log_user_v, log_daemon_v, log_auth_v, log_authpriv_v; extern val log_emerg_v, log_alert_v, log_crit_v, log_err_v; extern val log_warning_v, log_notice_v, log_info_v, log_debug_v; |