void pinq_ar_st(
Par_st *archive_state /* (out) archive state */
)
typedef enum {
PST_ARCL,
PST_AROP
} Par_st;
This state is set to AROP by OPEN ARCHIVE FILE and to ARCL by CLOSE ARCHIVE FILE on the condition that there are no longer any archives open.