]> andersk Git - openssh.git/blobdiff - log.h
*** empty log message ***
[openssh.git] / log.h
diff --git a/log.h b/log.h
index 917fafa69179b3f4b797c4f7b091fdd7b722f243..4aad9ac7c463bb42fb2a45482487982088201beb 100644 (file)
--- a/log.h
+++ b/log.h
@@ -55,7 +55,7 @@ LogLevel log_level_number(char *);
 
 void     fatal(const char *, ...) __attribute__((format(printf, 1, 2)));
 void     error(const char *, ...) __attribute__((format(printf, 1, 2)));
-void     log(const char *, ...) __attribute__((format(printf, 1, 2)));
+void     logit(const char *, ...) __attribute__((format(printf, 1, 2)));
 void     verbose(const char *, ...) __attribute__((format(printf, 1, 2)));
 void     debug(const char *, ...) __attribute__((format(printf, 1, 2)));
 void     debug2(const char *, ...) __attribute__((format(printf, 1, 2)));
This page took 0.04614 seconds and 4 git commands to generate.