add decorated names to astac

This commit is contained in:
Marty Kraimer
2000-05-10 12:55:23 +00:00
parent 2b89e74777
commit 5f07efb487
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -231,7 +231,7 @@ static void astacCallback(ASCLIENTPVT clientPvt,asClientStatus status)
(asCheckPut(clientPvt) ? "Yes" : "No"));
}
int astac(char *pname,char *user,char *location)
int epicsShareAPI astac(char *pname,char *user,char *location)
{
DBADDR *paddr;
long status;
+2
View File
@@ -40,5 +40,7 @@ epicsShareFunc int epicsShareAPI aspuag(char *uagname);
epicsShareFunc int epicsShareAPI asphag(char *hagname);
epicsShareFunc int epicsShareAPI asprules(char *asgname);
epicsShareFunc int epicsShareAPI aspmem(char *asgname,int clients);
epicsShareFunc int epicsShareAPI astac(
char *recordname,char *user,char *location);
#endif /*INCdbAsLibh*/