mirror of https://github.com/BOINC/boinc.git
29 lines
368 B
C
29 lines
368 B
C
/* Local variables: */
|
|
/* c-file-style: "linux" */
|
|
/* End: */
|
|
|
|
#ifndef _DC_API_CONDOR_MASTER_H_
|
|
#define _DC_API_CONDOR_MASTER_H_
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
#include "dc.h"
|
|
|
|
#include "condor_common.h"
|
|
|
|
|
|
extern char *_DC_config_file;
|
|
|
|
extern char *_DC_acfg(enum _DC_e_param what);
|
|
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif
|
|
|
|
/* End of condor/condor_master.h */
|