function pointer type problem fixed
This commit is contained in:
@ -270,7 +270,7 @@ epicsExportRegistrar(streamRegistrar);
|
|||||||
struct stream_drvsup {
|
struct stream_drvsup {
|
||||||
long number;
|
long number;
|
||||||
long (*report)(int);
|
long (*report)(int);
|
||||||
DRVSUPFUN init;
|
long (*init)();
|
||||||
} stream = {
|
} stream = {
|
||||||
2,
|
2,
|
||||||
Stream::report,
|
Stream::report,
|
||||||
|
Reference in New Issue
Block a user