this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Stub SCPreferencesSetComputerName and SCPreferencesSetLocalHostName

+10
+10
src/frameworks/SystemConfiguration/stubs.c
··· 59 59 STUB(); 60 60 return NULL; 61 61 }; 62 + 63 + Boolean SCPreferencesSetComputerName(SCPreferencesRef prefs, CFStringRef __nullable name, CFStringEncoding nameEncoding) { 64 + STUB(); 65 + return FALSE; 66 + }; 67 + 68 + Boolean SCPreferencesSetLocalHostName(SCPreferencesRef prefs, CFStringRef __nullable name) { 69 + STUB(); 70 + return FALSE; 71 + };