module.modulemap   [plain text]


module DispatchPrivate [system] [extern_c] {
	umbrella header "private.h"
	exclude header "mach_private.h"
	module * { export * }
	export *
}

module DispatchIntrospectionPrivate [system] [extern_c] {
	header "introspection_private.h"
	export *
}