From 6861be82707a1c4aefadce8af8f5b6c4cda1db5f Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Tue, 13 May 2003 22:53:13 +0000 Subject: [PATCH] added void to func proto --- src/ca/acctst.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ca/acctst.c b/src/ca/acctst.c index ae6ddf848..cf2e90019 100644 --- a/src/ca/acctst.c +++ b/src/ca/acctst.c @@ -2521,7 +2521,7 @@ void fdManagerVerify ( const char * pName, unsigned interestLevel ) showProgressEnd ( interestLevel ); } -verifyConnectWithDisconnectedChannels ( +void verifyConnectWithDisconnectedChannels ( const char *pName, unsigned interestLevel ) { int status;