]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/sys/kasl.h
xnu-7195.50.7.100.1.tar.gz
[apple/xnu.git] / bsd / sys / kasl.h
index 1de38642a516ee6b5539b267c6e29b19c5d4bc7a..1320d65be615406028bc24d7515de1ca93d34732 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2013 Apple Inc. All rights reserved.
+ * Copyright (c) 2020 Apple Inc. All rights reserved.
  *
  * @APPLE_OSREFERENCE_LICENSE_HEADER_START@
  *
@@ -37,9 +37,9 @@
 #endif /* BSD_KERNEL_PRIVATE */
 
 extern int
-kern_asl_msg(int level, const char *facility, int num_pairs, ...);
+kern_asl_msg(int level, const char *facility, size_t num_pairs, ...);
 
-extern int escape_str(char *str, int len, int buflen);
+extern int escape_str(char *str, size_t len, size_t buflen);
 extern void fpxlog_init(void);
 extern void fpxlog(int, uint32_t, uint32_t, uint32_t);