mirror of https://github.com/BOINC/boinc.git
25 lines
326 B
C
25 lines
326 B
C
|
/* Local variables: */
|
||
|
/* c-file-style: "linux" */
|
||
|
/* End: */
|
||
|
|
||
|
#ifndef _DC_API_CONDOR_RESULT_H_
|
||
|
#define _DC_API_CONDOR_RESULT_H_
|
||
|
|
||
|
#ifdef __cplusplus
|
||
|
extern "C" {
|
||
|
#endif
|
||
|
|
||
|
#include "condor_defs.h"
|
||
|
|
||
|
|
||
|
extern DC_Result *_DC_create_result(DC_Workunit *wu);
|
||
|
|
||
|
|
||
|
#ifdef __cplusplus
|
||
|
}
|
||
|
#endif
|
||
|
|
||
|
#endif
|
||
|
|
||
|
/* End of condor/condor_result.h */
|