home *** CD-ROM | disk | FTP | other *** search
-
- #ifndef __Desk_Dispatch_h
- #define __Desk_Dispatch_h
- #ifdef __cplusplus
- extern "C" {
- #endif
- typedef void (*Desk_dispatch_proc)();
- extern int Dispatch(int value, int size, int table[],
- Desk_dispatch_proc functions[],
- int arg0, int arg1, int arg2, int arg3);
- #ifdef __cplusplus
- }
- #endif
- #endif
-