18 lines
300 B
C
18 lines
300 B
C
// "rmc.h"
|
|
|
|
// (c) OPAC Team, LIFL, August 2005
|
|
|
|
/*
|
|
Contact: paradiseo-help@lists.gforge.inria.fr
|
|
*/
|
|
|
|
#ifndef __rmc_h
|
|
#define __rmc_h
|
|
|
|
extern void initRMC (int & __argc, char * * & __argv);
|
|
|
|
extern void runRMC (); /* Resource Management and Communication */
|
|
|
|
extern void finalizeRMC ();
|
|
|
|
#endif
|