mirror of https://github.com/BOINC/boinc.git
23 lines
302 B
C
23 lines
302 B
C
/* Local variables: */
|
|
/* c-file-style: "linux" */
|
|
/* End: */
|
|
|
|
#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
|
|
|
|
/* End of condor/condor_common.h */
|