18 lines
623 B
C
18 lines
623 B
C
/****************************************************************
|
|
* *
|
|
* Copyright 2007 Fidelity Information Services, Inc *
|
|
* *
|
|
* This source code contains the intellectual property *
|
|
* of its copyright holder(s), and is made available *
|
|
* under a license. If you do not know the terms of *
|
|
* the license, please stop and do not read further. *
|
|
* *
|
|
****************************************************************/
|
|
|
|
#ifndef __WCS_READ_IN_PROGRESS_WAIT_H__
|
|
#define __WCS_READ_IN_PROGRESS_WAIT_H__
|
|
|
|
boolean_t wcs_read_in_progress_wait(cache_rec_ptr_t cr, wbtest_code_t wbox_test_code);
|
|
|
|
#endif
|