/[ofm]/ofm/fildir.h
ViewVC logotype

Diff of /ofm/fildir.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by MarcusvA, Tue Sep 17 13:45:44 2002 UTC revision 1.2 by MarcusvA, Sat Jan 11 10:28:46 2003 UTC
# Line 29  Line 29 
29   *                                                                      *   *                                                                      *
30   ************************************************************************/   ************************************************************************/
31    
32    #ifndef __OFM_FILDIR__
33    #define __OFM_FILDIR__
34    
35  #include <sys/stat.h>  #include <sys/stat.h>
36  #include <dirent.h>  #include <dirent.h>
# Line 46  Line 48 
48    
49  /* given entry is the file */  /* given entry is the file */
50    
51  #define DP_FILE                 1       //podany wpis jest plikiem  #define DP_FILE                 1       /* podany wpis jest plikiem */
52    
53  /* directory after input */  /* directory after input */
54    
55  #define DP_DIRIN                2       //katalogiem po wejsciu  #define DP_DIRIN                2       /* katalogiem po wejsciu */
56    
57  /* directory after output */  /* directory after output */
58    
# Line 96  DirStruct      *dirSort(DirStruct *dst, int Line 98  DirStruct      *dirSort(DirStruct *dst, int
98  DirStruct       *dirFind(DirStruct *ds, char *name);  DirStruct       *dirFind(DirStruct *ds, char *name);
99  int             dirProcess(DirStruct *ds, void (*fptr)(DirStruct *,int) ,int all);  int             dirProcess(DirStruct *ds, void (*fptr)(DirStruct *,int) ,int all);
100  void            dirProcessBreak(int errno);  void            dirProcessBreak(int errno);
101    
102    #endif /* __OFM_FILDIR_ */

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26