 
#ifndef __dl_dispatch_h
#define __dl_dispatch_h
#ifdef __cplusplus
extern "C" {
#endif
typedef void (*dispatch_proc)();
extern int Dispatch(int value, int size, int table[],
dispatch_proc functions[],
int arg0, int arg1, int arg2, int arg3);
#ifdef __cplusplus
}
#endif
#endif
