*** empty log message ***
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
@@ -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__*/
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user