From 8da4eb3b46710dbfc263368e27afc6d0298b9e2a Mon Sep 17 00:00:00 2001
From: "W. Eric Norum"
epicsExportAddress(typ,obj) now generates an extern named pvar_typ_obj and epicsExportRegistrar(func) an extern named pvar_func_obj. Previously both just named the variable pobj.
+epicsRegisterFunction(name) in conjunction with the dbd 'function' keyword +can be used to register functions referred to by record subroutine name +fields.
+The access security configuration rules now accept quoted strings where