]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/core-foundation/data/data.factor
change back other char/uchar* parameters that don't look like actual string types
[factor.git] / basis / core-foundation / data / data.factor
index 65d6d728c13b13ef9b54e4bab87163e810937618..bb04431a0e03270a4aa7af2a28196111b862e908 100644 (file)
@@ -12,7 +12,7 @@ CONSTANT: kCFPropertyListImmutable 0
 CONSTANT: kCFPropertyListMutableContainers 1
 CONSTANT: kCFPropertyListMutableContainersAndLeaves 2
 
-FUNCTION: CFDataRef CFDataCreate ( CFAllocatorRef allocator, c-string bytes, CFIndex length ) ;
+FUNCTION: CFDataRef CFDataCreate ( CFAllocatorRef allocator, UInt8* bytes, CFIndex length ) ;
 
 FUNCTION: CFTypeID CFGetTypeID ( CFTypeRef cf ) ;