From: hadaq Date: Wed, 9 Oct 2002 15:40:12 +0000 (+0000) Subject: Loosen the prototype of newHardware for the transition time to X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=46af8118a687c8dc350ec05b37fbefc252772da7;p=daqdata.git Loosen the prototype of newHardware for the transition time to new parameter scheme -- mm --- diff --git a/hadaq/hardware.h b/hadaq/hardware.h index 672d42e..374d523 100644 --- a/hadaq/hardware.h +++ b/hadaq/hardware.h @@ -3,7 +3,7 @@ typedef struct HardwareS Hardware; -Hardware *newHardware(void); +Hardware *newHardware(); /* allowed as newHardware(void) and newHardware(const char *subsystem) UFN */ void deleteHardware(Hardware * my); int Hardware_inSpill(const Hardware * my); size_t Hardware_maxSubEvtSize(const Hardware * my);