Added missing epicsShareAPI for db_get_field_and_count.

This commit is contained in:
Janet Anderson
2010-09-27 11:41:53 -05:00
parent fd910bd80c
commit 3489c93e32
+1 -1
View File
@@ -39,7 +39,7 @@ epicsShareFunc int epicsShareAPI db_put_field(
DBADDR *paddr, int src_type,const void *psrc, int no_elements);
epicsShareFunc int epicsShareAPI db_get_field(
DBADDR *paddr, int dest_type,void *pdest, int no_elements, void *pfl);
epicsShareFunc int db_get_field_and_count(
epicsShareFunc int epicsShareAPI db_get_field_and_count(
struct dbAddr *paddr, int buffer_type,
void *pbuffer, long *nRequest, void *pfl);