xref: /openbsd-src/gnu/usr.bin/cvs/vms/filutils.h (revision 461cc63e7458ce60db55037c1a7656349538b52f)
1*50bf276cStholo /*
2*50bf276cStholo  * Copyright � 1994 the Free Software Foundation, Inc.
3*50bf276cStholo  *
4*50bf276cStholo  * Author: Richard Levitte (levitte@e.kth.se)
5*50bf276cStholo  *
6*50bf276cStholo  * This file is a part of GNU VMSLIB, the GNU library for porting GNU
7*50bf276cStholo  * software to VMS.
8*50bf276cStholo  *
9*50bf276cStholo  * GNU VMSLIB is free software; you can redistribute it and/or modify
10*50bf276cStholo  * it under the terms of the GNU General Public License as published by
11*50bf276cStholo  * the Free Software Foundation; either version 2 of the License, or
12*50bf276cStholo  * (at your option) any later version.
13*50bf276cStholo  *
14*50bf276cStholo  * GNU VMSLIB is distributed in the hope that it will be useful,
15*50bf276cStholo  * but WITHOUT ANY WARRANTY; without even the implied warranty of
16*50bf276cStholo  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17*50bf276cStholo  * GNU General Public License for more details.
18*50bf276cStholo  */
19*50bf276cStholo 
20*50bf276cStholo char *file_name_as_directory ();
21*50bf276cStholo int directory_file_name ();
22