blob: 8c3e7d016560d3dd13abbd2bd5f0bae75e303ce4 [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"
export *
requires blocks
link "dispatch"
}