Added a cmgr parameter to qse_awk_rtx_open()

This commit is contained in:
2012-01-14 01:45:48 +00:00
parent d48f69568c
commit 52710a87c9
3 changed files with 15 additions and 11 deletions

View File

@ -137,7 +137,8 @@ qse_awk_rtx_t* qse_awk_rtx_openstd (
qse_size_t xtn,
const qse_char_t* id,
const qse_char_t*const icf[],
const qse_char_t*const ocf[]
const qse_char_t*const ocf[],
qse_cmgr_t* cmgr
);
/**