See ChangeLog entry 19990909-20:55 EDT David G. Holm <dholm@jsd-llc.com>

This commit is contained in:
David G. Holm
1999-09-10 01:11:35 +00:00
parent a25a86222b
commit 0f5eb5a5e6
2 changed files with 8 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
19990909-20:55 EDT David G. Holm <dholm@jsd-llc.com>
* include/filesys.api
! Added FS_ERROR (defined using '#define FS_ERROR F_ERROR'
following the already present '#include "fileio.ch"').
19990909-20:00 EDT David G. Holm <dholm@jsd-llc.com>
* include/fileio.ch
* source/rdd/dbcmd.c

View File

@@ -32,6 +32,7 @@
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA (or visit
their web site at http://www.gnu.org/).
V 1.22 David G. Holm Added FS_ERROR.
V 1.21 David G. Holm Added hb_fsFile().
V 1.7 Victor Szel #include <x> changed to #include "x".
V 1.6 David G. Holm Added my email address.
@@ -51,6 +52,8 @@
#include "extend.h"
#include "fileio.ch"
#define FS_ERROR F_ERROR
typedef int FHANDLE;
/* Filename support */