--- parser3/src/include/pa_dir.h 2002/02/08 07:27:43 1.9 +++ parser3/src/include/pa_dir.h 2003/07/24 11:31:21 1.14 @@ -1,15 +1,15 @@ /** @file Parser: directory scanning for different OS-es decls. - Copyright (c) 2000,2001, 2002 ArtLebedev Group (http://www.artlebedev.com) - Author: Alexander Petrosyan (http://paf.design.ru) - - $Id: pa_dir.h,v 1.9 2002/02/08 07:27:43 paf Exp $ + Copyright (c) 2000,2001-2003 ArtLebedev Group (http://www.artlebedev.com) + Author: Alexandr Petrosian (http://paf.design.ru) */ #ifndef PA_DIR_H #define PA_DIR_H +static const char* IDENT_DIR_H="$Date: 2003/07/24 11:31:21 $"; + #include "pa_config_includes.h" /** @struct ffblk @@ -69,7 +69,7 @@ struct ffblk { #endif -bool findfirst(const char *_pathname, struct ffblk *_ffblk, int _attrib); +bool findfirst(const char* _pathname, struct ffblk *_ffblk, int _attrib); bool findnext(struct ffblk *_ffblk); void findclose(struct ffblk *_ffblk);