From a31fda9bd1f918c901bb452faed5b3957ee71fef Mon Sep 17 00:00:00 2001 From: markc Date: Thu, 22 Sep 1994 03:04:30 +0000 Subject: [PATCH] Added return type of int to function typedef --- rtinst/h/rtinst.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rtinst/h/rtinst.h b/rtinst/h/rtinst.h index f1a8db4..242f2c4 100644 --- a/rtinst/h/rtinst.h +++ b/rtinst/h/rtinst.h @@ -69,7 +69,7 @@ struct tTimerRec { volatile char sampled; }; -typedef (*filterFunc)(void *cdata, parameters *params); +typedef int (*filterFunc)(void *cdata, parameters *params); /* * standard inst. functions. @@ -91,7 +91,7 @@ void DYNINSTstartTimer(tTimer *timer); void DYNINSTstopTimer(tTimer *timer); -typedef traceStream; +typedef int traceStream; /* * timestamp and write the passed trace type, and event data to the passed * trace stream. -- 1.8.3.1