This commit is contained in:
Jeff Hill
2000-05-04 01:17:41 +00:00
parent 7d9cca3918
commit 84f37edbe9

View File

@@ -472,10 +472,10 @@ LOCAL void log_one_client (struct client *client, unsigned level)
/*
* casr()
*/
void epicsShareAPI casr(unsigned level)
void epicsShareAPI casr (unsigned level)
{
size_t bytes_reserved;
struct client *client;
struct client *client;
printf ("Channel Access Server V%d.%d\n",
CA_PROTOCOL_VERSION, CA_MINOR_VERSION);