forked from epics_driver_modules/motorBase
Changed definition of soft_init; it is passed an int, not a void *
This commit is contained in:
@@ -54,7 +54,7 @@ struct motor_node {
|
||||
struct motorRecord *pmr;
|
||||
};
|
||||
|
||||
extern long soft_init(void *);
|
||||
extern long soft_init(int);
|
||||
extern long soft_init_record(void *);
|
||||
extern void soft_dinp_func(struct motorRecord *, short);
|
||||
extern void soft_rdbl_func(struct motorRecord *, double);
|
||||
|
||||
Reference in New Issue
Block a user