boinc/dcapi/condor/condor_common.h

17 lines
204 B
C
Raw Normal View History

#ifndef _DC_API_CONDOR_COMMON_H_
#define _DC_API_CONDOR_COMMON_H_
#ifdef __cplusplus
extern "C" {
#endif
extern int copy_file(const char *src, const char *dst);
#ifdef __cplusplus
}
#endif
#endif