ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/runParallel/getfile.h
Revision: 2943
Committed: Mon Jul 17 23:55:43 2006 UTC (17 years, 11 months ago) by chuckv
Content type: text/plain
File size: 305 byte(s)
Log Message:
It's sort of working now.

File Contents

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