X-Git-Url: https://git.saurik.com/apple/libc.git/blobdiff_plain/224c70764cab4e0e39a26aaf3ad3016552f62f55..ad3c9f2af814c84582fdd1649e49ec4f68572c5a:/gen/_simple.h?ds=sidebyside diff --git a/gen/_simple.h b/gen/_simple.h index 62182d5..7f2d49a 100644 --- a/gen/_simple.h +++ b/gen/_simple.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2006 Apple Computer, Inc. All rights reserved. + * Copyright (c) 2006, 2010 Apple Inc. All rights reserved. * * @APPLE_LICENSE_HEADER_START@ * @@ -127,3 +127,5 @@ void _simple_sfree(_SIMPLE_STRING __b); * requires knowledge of the format used by ASL. */ void _simple_asl_log(int __level, const char *__facility, const char *__message); +void _simple_asl_log_prog(int level, const char *facility, const char *message, const char *progname); +__END_DECLS