mirror of https://github.com/BOINC/boinc.git
17 lines
204 B
C
17 lines
204 B
C
|
#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
|