This commit is contained in:
2008-08-04 08:06:43 +00:00
parent 0c923ff71c
commit cbb37554c1
4 changed files with 122 additions and 95 deletions

View File

@ -1,5 +1,5 @@
/*
* $Id: awk.h 283 2008-07-22 13:12:56Z baconevi $
* $Id: awk.h 313 2008-08-03 14:06:43Z baconevi $
*
* {License}
*/
@ -602,6 +602,8 @@ ase_awk_t* ase_awk_open (
ase_fuser_t mmgr_fuser
);
ase_awk_t* ase_awk_openstd (void);
/*
* destroy an ase_awk_instance
*