mirror of https://github.com/BOINC/boinc.git
Added is_dir() prototype -- generally useful function.
svn path=/trunk/boinc/; revision=5143
This commit is contained in:
parent
37a49c9b09
commit
a447159e31
|
@ -75,6 +75,7 @@ extern "C" {
|
|||
extern void relative_to_absolute(char* relname, char* path);
|
||||
extern int boinc_make_dirs(char*, char*);
|
||||
extern char boinc_failed_file[256];
|
||||
int is_dir(const char* path);
|
||||
|
||||
/* we suitably defined 'bool' as 'int' in ANSI-C */
|
||||
extern bool boinc_file_exists(const char* path);
|
||||
|
|
Loading…
Reference in New Issue