Added is_dir() prototype -- generally useful function.

svn path=/trunk/boinc/; revision=5143
This commit is contained in:
Bruce Allen 2005-01-19 17:53:27 +00:00
parent 37a49c9b09
commit a447159e31
1 changed files with 1 additions and 0 deletions

View File

@ -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);