]> andersk Git - openssh.git/blobdiff - ssh.h
- OpenBSD CVS Changes
[openssh.git] / ssh.h
diff --git a/ssh.h b/ssh.h
index 783324712efc3c1d2d21b99ad9b6eff1909128d5..f5f7bd9248d39ccd314e1406bb207ba32e2da893 100644 (file)
--- a/ssh.h
+++ b/ssh.h
@@ -392,6 +392,10 @@ void log_init(char *av0, LogLevel level, SyslogFacility facility, int on_stderr)
 /* Logging implementation, depending on server or client */
 void do_log(LogLevel level, const char *fmt, va_list args);
 
+/* name to facility/level */
+SyslogFacility log_facility_number(char *name);
+LogLevel log_level_number(char *name);
+
 /* Output a message to syslog or stderr */
 void fatal(const char *fmt, ...);
 void error(const char *fmt, ...);
This page took 0.075828 seconds and 4 git commands to generate.