From 2b2cdb5a6c2e8659771451571c77844488c6fa92 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Thu, 2 Aug 2007 13:22:23 +0000 Subject: added tryResume() API to module interface --- ommysql.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ommysql.c') diff --git a/ommysql.c b/ommysql.c index 7f340026..af562b43 100644 --- a/ommysql.c +++ b/ommysql.c @@ -319,6 +319,10 @@ rsRetVal writeMySQL(uchar *psz, instanceData *pData) } +BEGINtryResume +CODESTARTtryResume +ENDtryResume + BEGINdoAction CODESTARTdoAction dprintf("\n"); -- cgit