[Linux-decnet-commit] CVS: dnprogs/dapfs filenames.h,1.1,1.2
Brought to you by:
chrissie_c,
ph3-der-loewe
From: Patrick C. <pa...@us...> - 2005-10-17 07:53:31
|
Update of /cvsroot/linux-decnet/dnprogs/dapfs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1780/dapfs Modified Files: filenames.h Log Message: getting ready for 2.31 Index: filenames.h =================================================================== RCS file: /cvsroot/linux-decnet/dnprogs/dapfs/filenames.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** filenames.h 12 Oct 2005 10:31:31 -0000 1.1 --- filenames.h 17 Oct 2005 07:53:14 -0000 1.2 *************** *** 14,20 **** */ /* filenames.c */ - int is_vms_name(char *name); - void split_filespec(char *volume, char *directory, char *file); void make_vms_filespec(const char *unixname, char *vmsname, int full); - void parse_vms_filespec(char *volume, char *directory, char *file); void make_unix_filespec(char *unixname, char *vmsname); --- 14,17 ---- |