mirror of https://github.com/BOINC/boinc.git
25 lines
313 B
C
25 lines
313 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 char *_DC_wu_update_condor_events(DC_Workunit *wu);
|
||
|
|
||
|
|
||
|
#ifdef __cplusplus
|
||
|
}
|
||
|
#endif
|
||
|
|
||
|
#endif
|
||
|
|
||
|
/* End of condor/condor_log.h */
|