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 --- omshell.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'omshell.c') diff --git a/omshell.c b/omshell.c index 961078d4..f2826a75 100644 --- a/omshell.c +++ b/omshell.c @@ -75,6 +75,10 @@ CODESTARTdbgPrintInstInfo ENDdbgPrintInstInfo +BEGINtryResume +CODESTARTtryResume +ENDtryResume + BEGINdoAction CODESTARTdoAction /* TODO: using pData->progName is not clean from the point of -- cgit