*** empty log message ***

This commit is contained in:
Jeff Hill
1994-03-30 11:59:24 +00:00
parent 64a6d52dba
commit 7007bf95bb
2 changed files with 3 additions and 3 deletions

View File

@@ -289,7 +289,7 @@ LOCAL void ca_task_exit_tid();
#else
LOCAL void ca_process_exit();
#endif
LOCAL void issue_get_callback();
LOCAL int issue_get_callback();
LOCAL void ca_event_handler();
LOCAL void ca_pend_io_cleanup();

View File

@@ -1633,7 +1633,7 @@ struct ca_buffer *pRing,
void *pBuf,
unsigned long nBytes)
#else /*__STDC__*/
unsigned long cacRingBufferWrite(pRing,pBuf,nBytes);
unsigned long cacRingBufferWrite(pRing,pBuf,nBytes)
struct ca_buffer *pRing;
void *pBuf;
unsigned long nBytes;
@@ -1670,7 +1670,7 @@ unsigned long nBytes;
#ifdef __STDC__
LOCAL void cacRingBufferInit(struct ca_buffer *pBuf, unsigned long size)
#else /*__STDC__*/
LOCAL void cacRingBufferInit(pBuf, unsigned long size)
LOCAL void cacRingBufferInit(pBuf, size)
struct ca_buffer *pBuf;
#endif /*__STDC__*/
{