mirror of https://github.com/BOINC/boinc.git
26 lines
377 B
C
26 lines
377 B
C
/* Local variables: */
|
|
/* c-file-style: "linux" */
|
|
/* End: */
|
|
|
|
#ifndef _DC_API_CONDOR_LOG_H_
|
|
#define _DC_API_CONDOR_LOG_H_
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
#include "dc.h"
|
|
|
|
|
|
extern void _DC_wu_update_condor_events(DC_Workunit *wu);
|
|
extern DC_MasterEvent *_DC_wu_condor2api_event(DC_Workunit *wu);
|
|
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif
|
|
|
|
/* End of condor/condor_log.h */
|