diff options
author | 2007-09-28 18:46:56 +0000 | |
---|---|---|
committer | 2007-09-28 18:46:56 +0000 | |
commit | d31c8eb0c177f49bd39461fb9f3ac7632263e445 (patch) | |
tree | 9057bb94f8243581199ae732a9bcc48676ac8498 | |
parent | Better description of the daemon. (diff) | |
download | wireguard-openbsd-d31c8eb0c177f49bd39461fb9f3ac7632263e445.tar.xz wireguard-openbsd-d31c8eb0c177f49bd39461fb9f3ac7632263e445.zip |
spaces
-rw-r--r-- | usr.sbin/ospfd/log.h | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/usr.sbin/ospfd/log.h b/usr.sbin/ospfd/log.h index 6a30786db20..ea96b9c0cc9 100644 --- a/usr.sbin/ospfd/log.h +++ b/usr.sbin/ospfd/log.h @@ -1,4 +1,4 @@ -/* $OpenBSD: log.h,v 1.3 2006/04/25 08:40:33 claudio Exp $ */ +/* $OpenBSD: log.h,v 1.4 2007/09/28 18:46:56 claudio Exp $ */ /* * Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org> @@ -21,13 +21,13 @@ #include <stdarg.h> -void log_init(int); -void vlog(int, const char *, va_list); -void log_warn(const char *, ...); -void log_warnx(const char *, ...); -void log_info(const char *, ...); -void log_debug(const char *, ...); -void fatal(const char *) __dead; -void fatalx(const char *) __dead; +void log_init(int); +void vlog(int, const char *, va_list); +void log_warn(const char *, ...); +void log_warnx(const char *, ...); +void log_info(const char *, ...); +void log_debug(const char *, ...); +void fatal(const char *) __dead; +void fatalx(const char *) __dead; #endif /* _LOG_H_ */ |