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:
Michael Davidsaver
2019-09-09 16:22:20 -07:00
parent 2461dc3574
commit 73fec88168
19 changed files with 54 additions and 54 deletions
+1 -1
View File
@@ -35,7 +35,7 @@
typedef struct devPvt {
processNotify pn;
CALLBACK callback;
epicsCallback callback;
long options;
int status;
struct {