Skip to content

Commit

Permalink
Merge pull request #203 from lhoward/SR-431
Browse files Browse the repository at this point in the history
[SR-431] expose _CFWriteStreamCreateFromFileDescriptor
  • Loading branch information
phausler committed Jan 2, 2016
2 parents 7710ad6 + 72a0959 commit 42e5906
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CoreFoundation/Base.subproj/ForSwiftFoundationOnly.h
Expand Up @@ -292,6 +292,8 @@ extern void _cf_uuid_unparse(const _cf_uuid_t uu, _cf_uuid_string_t out);
extern void _cf_uuid_unparse_lower(const _cf_uuid_t uu, _cf_uuid_string_t out);
extern void _cf_uuid_unparse_upper(const _cf_uuid_t uu, _cf_uuid_string_t out);

extern CFWriteStreamRef _CFWriteStreamCreateFromFileDescriptor(CFAllocatorRef alloc, int fd);

CF_IMPLICIT_BRIDGING_DISABLED
CF_ASSUME_NONNULL_END

Expand Down

0 comments on commit 42e5906

Please sign in to comment.