diff --git a/dcapi/condor/condor_master.h b/dcapi/condor/condor_master.h index b2485b2c9d..7b75b063e2 100644 --- a/dcapi/condor/condor_master.h +++ b/dcapi/condor/condor_master.h @@ -12,6 +12,8 @@ extern "C" { #include "dc.h" +extern char *_DC_config_file; + extern DC_PhysicalFile *_DC_createPhysicalFile(const char *label, const char *path); extern void _DC_destroyPhysicalFile(DC_PhysicalFile *file);