]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/sys/utfconv.h
xnu-344.tar.gz
[apple/xnu.git] / bsd / sys / utfconv.h
index f70f42490bb1823d7f95fc6b5a88b7b1c193620b..0af9b52f4cf6d9b04b10b756055e5337dab228ea 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2000 Apple Computer, Inc. All rights reserved.
+ * Copyright (c) 2000-2002 Apple Computer, Inc. All rights reserved.
  *
  * @APPLE_LICENSE_HEADER_START@
  * 
 #ifndef _SYS_UTFCONV_H_
 #define        _SYS_UTFCONV_H_
 
+#include <sys/appleapiopts.h>
+
 #ifdef KERNEL
+#ifdef __APPLE_API_UNSTABLE
 /*
  * UTF-8 encode/decode flags
  */
@@ -42,6 +45,7 @@ int   utf8_decodestr __P((const u_int8_t *, size_t, u_int16_t *,size_t *,
                size_t, u_int16_t, int));
 __END_DECLS
 
+#endif /* __APPLE_API_UNSTABLE */
 #endif /* KERNEL */
 
 #endif /* !_SYS_UTFCONV_H_ */