removed prototype from non ansi line

This commit is contained in:
Janet B. Anderson
1994-04-14 11:29:47 +00:00
parent aae30ba22f
commit 0b6adbed26
+1 -1
View File
@@ -2277,7 +2277,7 @@ void (*pfunc)(struct access_rights_handler_args))
#else /*__STDC__*/
int ca_replace_access_rights_event(chan, pfunc)
chid chan;
void (*pfunc)(struct access_rights_handler_args);
void (*pfunc)();
#endif /*__STDC__*/
{
INITCHK;