#ifndef CAMDLISTS_H
#define CAMDLISTS_H

/* ======================================================================== *
      Prototypes and structures for camd and realtime list requesters
                                Written by Talin
 * ======================================================================== *
                        $VER: camdlists.h 0.1 (19.2.93)
 * ======================================================================== */

#ifndef LISTREQ_H
#include "listreq.h"
#endif

LONG __stdargs SelectConductor( struct ListRequester *, char *, int, Tag, ... );
LONG __stdargs SelectCluster( struct ListRequester *, char *, int, Tag, ... );

#endif
