Add typing to dbEvent.h opaque structs when -DUSE_TYPED_DBEVENT

This commit is contained in:
Michael Davidsaver
2023-08-25 09:45:14 +02:00
committed by Andrew Johnson
parent 3b50194837
commit 2e4113b63b
8 changed files with 22 additions and 3 deletions

View File

@@ -19,6 +19,8 @@
*/
#define EPICS_PRIVATE_API
#define USE_TYPED_DBEVENT
#include <stddef.h>
#include <stdlib.h>
#include <stdio.h>