home *** CD-ROM | disk | FTP | other *** search
/ Amiga Developer CD 2.1 / Amiga Developer CD v2.1.iso / Extras / MIDI / camd-37.1 / development / examples / camdlistreq / camdlists.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-02-15  |  647 b   |  19 lines

  1. #ifndef CAMDLISTS_H
  2. #define CAMDLISTS_H
  3.  
  4. /* ======================================================================== *
  5.       Prototypes and structures for camd and realtime list requesters
  6.                                 Written by Talin
  7.  * ======================================================================== *
  8.                         $VER: camdlists.h 0.1 (19.2.93)
  9.  * ======================================================================== */
  10.  
  11. #ifndef LISTREQ_H
  12. #include "listreq.h"
  13. #endif
  14.  
  15. LONG SelectConductor( struct ListRequester *, char *, int, Tag, ... );
  16. LONG SelectCluster( struct ListRequester *, char *, int, Tag, ... );
  17.  
  18. #endif
  19.