ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/runParallel/getfile.h
Revision: 2931
Committed: Thu Jul 13 21:35:15 2006 UTC (18 years, 9 months ago) by chuckv
Content type: text/plain
File size: 266 byte(s)
Log Message:
Interface for getfile.

File Contents

# Content
1 #ifndef GETFILE_H_
2 #define GETFILE_H_
3
4 #include <dirent.h>
5 #include <sys/param.h>
6 #include <sys/stat.h>
7
8 int pot_only(const struct dirent * dir);
9 int nfiles(char* dirname[MAXPATHLEN + 1]);
10 int amber_rst(const struct dirent * dir,int node);
11
12
13
14
15 #endif /*GETFILE_H_*/