]> git.saurik.com Git - apple/system_cmds.git/blobdiff - mach_init.tproj/error_log.c
system_cmds-279.6.1.tar.gz
[apple/system_cmds.git] / mach_init.tproj / error_log.c
index 183abfcab42caeefc149819a6528f1c150e10f57..2cccad5b311247be0ea257ef4669db1b3bf1336e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1999 Apple Computer, Inc. All rights reserved.
+ * Copyright (c) 1999-2003 Apple Computer, Inc. All rights reserved.
  *
  * @APPLE_LICENSE_HEADER_START@
  * 
@@ -112,7 +112,7 @@ void info(const char *format, ...)
        va_end(ap);
 }
 
-__private_extern__ void log(const char *format, ...)
+void notice(const char *format, ...)
 {
        va_list ap;