summaryrefslogtreecommitdiffstats
path: root/crypto/openssh/log.h
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/openssh/log.h')
-rw-r--r--crypto/openssh/log.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/crypto/openssh/log.h b/crypto/openssh/log.h
index 963f929..16da99c 100644
--- a/crypto/openssh/log.h
+++ b/crypto/openssh/log.h
@@ -52,14 +52,6 @@ void log_init(char *, LogLevel, SyslogFacility, int);
SyslogFacility log_facility_number(char *);
LogLevel log_level_number(char *);
-#define fatal ssh_fatal
-#define error ssh_error
-#define logit ssh_logit
-#define verbose ssh_verbose
-#define debug ssh_debug
-#define debug2 ssh_debug2
-#define debug3 ssh_debug3
-
void fatal(const char *, ...) __dead __attribute__((format(printf, 1, 2)));
void error(const char *, ...) __attribute__((format(printf, 1, 2)));
void sigdie(const char *, ...) __attribute__((format(printf, 1, 2)));
OpenPOWER on IntegriCloud