home *** CD-ROM | disk | FTP | other *** search
/ RISC DISC 2 / RISC_DISC_2.iso / pd_share / program / code / desklib / DeskLib / !DeskLib / h / Dispatch < prev    next >
Encoding:
Text File  |  1995-07-17  |  279 b   |  15 lines

  1.  
  2. #ifndef __dl_dispatch_h
  3. #define __dl_dispatch_h
  4. #ifdef __cplusplus
  5. extern "C" {
  6. #endif
  7. typedef void (*dispatch_proc)();
  8. extern int Dispatch(int value, int size, int table[],
  9. dispatch_proc functions[],
  10. int arg0, int arg1, int arg2, int arg3);
  11. #ifdef __cplusplus
  12. }
  13. #endif
  14. #endif
  15.