#include CFTypeID SCNetworkConnectionGetTypeID(void) { return 0; } Boolean SCNetworkConnectionScheduleWithRunLoop(SCNetworkConnectionRef ref, CFRunLoopRef rl, CFStringRef rlMode) { return 0; } Boolean SCNetworkConnectionUnscheduleFromRunLoop(SCNetworkConnectionRef ref, CFRunLoopRef rl, CFStringRef rlMode) { return 0; } Boolean SCNetworkConnectionStop(SCNetworkConnectionRef ref, Boolean force) { return 0; } Boolean SCNetworkConnectionStart(SCNetworkConnectionRef ref, CFDictionaryRef userOptions, Boolean linger) { return 0; } Boolean SCNetworkConnectionCopyUserPreferences ( CFDictionaryRef __nullable selectionOptions, CFStringRef __nonnull * __nullable serviceID, CFDictionaryRef __nonnull * __nullable userOptions ) __OSX_AVAILABLE_STARTING(__MAC_10_3,__IPHONE_NA) { return 0; } SCNetworkConnectionRef SCNetworkConnectionCreateWithServiceID(CFAllocatorRef allocator, CFStringRef serviceID, SCNetworkConnectionCallBack cb, SCNetworkConnectionContext* ctxt) { return NULL; }