filesys.h

Go to the documentation of this file.
00001 /*
00002  * Copyright 1993-2002 Christopher Seiwald and Perforce Software, Inc.
00003  *
00004  * This file is part of Jam - see jam.c for Copyright information.
00005  */
00006 
00007 /*
00008  * filesys.h - OS specific file routines 
00009  *
00010  * Changes:
00011  *
00012  * 11/04/02 (seiwald) - const-ing for string literals
00013  */
00014 
00015 typedef void (*scanback)( void *closure, const char *file, int found, time_t t );
00016 
00017 void file_dirscan( const char *dir, scanback func, void *closure );
00018 void file_archscan( const char *arch, scanback func, void *closure );
00019 
00020 int file_time( const char *filename, time_t *time );

Generated on Thu Aug 17 15:54:32 2006 for MaJam by  doxygen 1.4.7