replace CALLBACK -> epicsCallback
git grep -l -w CALLBACK -- src|xargs sed -i -e 's/\bCALLBACK\b/epicsCallback/g' with exceptions in callback.h
This commit is contained in:
@@ -35,7 +35,7 @@
|
||||
|
||||
typedef struct devPvt {
|
||||
processNotify pn;
|
||||
CALLBACK callback;
|
||||
epicsCallback callback;
|
||||
long options;
|
||||
int status;
|
||||
struct {
|
||||
|
||||
Reference in New Issue
Block a user