From 18dbfe70d804f6436658e8dd0af79188333e165a Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Mon, 17 Dec 2007 09:06:23 +0000 Subject: moved thread termination code out to threads.c --- module-template.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module-template.h') diff --git a/module-template.h b/module-template.h index 758e9710..a0994d08 100644 --- a/module-template.h +++ b/module-template.h @@ -459,7 +459,7 @@ static rsRetVal modExit(void)\ * if there is a module-internal need to do so. */ #define BEGINrunInput \ -static rsRetVal runInput(void)\ +static rsRetVal runInput(thrdInfo_t *pThrd)\ {\ DEFiRet; -- cgit