See ChangeLog entry 19990616-13:45 EDT David G. Holm <dholm@jsd-llc.com>

This commit is contained in:
David G. Holm
1999-06-16 18:50:27 +00:00
parent f43f71ba8f
commit 52968093d9
2 changed files with 5 additions and 0 deletions

View File

@@ -1,3 +1,7 @@
19990616-13:45 EDT David G. Holm <dholm@jsd-llc.com>
* source/hbpp/hbppint.c
- Added extern declaration for strocpy()
19990616-11:30 CET Eddie Runia
* source/rtl/console.c
Eject should be __Eject of course

View File

@@ -22,6 +22,7 @@ extern int ParseExpression( char*, char* );
extern int RdStr(FILE*,char *,int,int,char*,int*,int*);
extern int WrStr(FILE*,char *);
extern int strolen ( char* );
extern int strocpy (char*, char* );
int PreProcess( FILE*, FILE*, char *);
int Hp_Parse( FILE*, FILE* );