The Machine Perception Toolbox

[Introduction]- [News]- [Download]- [Screenshots]- [Manual (pdf)]- [Forums]- [API Reference]- [Repository ]

 

Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

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 /*  This file is ALSO:
00008  *  (C) Copyright David Abrahams 2001. Permission to copy, use,
00009  *  modify, sell and distribute this software is granted provided this
00010  *  copyright notice appears in all copies. This software is provided
00011  *  "as is" without express or implied warranty, and with no claim as
00012  *  to its suitability for any purpose.
00013  */
00014 
00015 /*
00016  * filesys.h - OS specific file routines 
00017  */
00018 
00019 #ifndef FILESYS_DWA20011025_H
00020 # define FILESYS_DWA20011025_H
00021 
00022 # include "pathsys.h"
00023 
00024 typedef void (*scanback)( void *closure, char *file, int found, time_t t );
00025 
00026 void file_dirscan( char *dir, scanback func, void *closure );
00027 void file_archscan( char *arch, scanback func, void *closure );
00028 
00029 int file_time( char *filename, time_t *time );
00030 
00031 void file_build1(PATHNAME *f, string* file) ;
00032 
00033 #endif

Generated on Mon Nov 8 17:07:34 2004 for MPT by  doxygen 1.3.9.1