blob: 5c248e5c840254491b2de99d0cc449566b1a91bf [file] [log] [blame]
module Dispatch {
requires blocks
export *
link "dispatch"
}
module DispatchIntrospection [system] [extern_c] {
header "introspection.h"
export *
}
module CDispatch [system] [extern_c] {
umbrella header "dispatch.h"
module * { export * }
export *
requires blocks
link "dispatch"
}