10 #ifndef INC_registryFunction_H    11 #define INC_registryFunction_H epicsShareFunc int registryFunctionAdd(const char *name, REGISTRYFUNCTION func)
 
void(* REGISTRYFUNCTION)(void)
 
struct registryFunctionRef registryFunctionRef
 
Mark external symbols and entry points for shared libraries. 
 
epicsShareFunc REGISTRYFUNCTION registryFunctionFind(const char *name)
 
epicsShareFunc int registryFunctionRefAdd(registryFunctionRef ref[], int nfunctions)