/* @(#)Copyright (c), 1987, 1993 StatSci, Inc.  All rights reserved. */

#ifndef _S_IO_H_ /*(*/
#define _S_IO_H_

#include <sccs.h>
SCCS_ID_C(0007,@(#)S_io.h 3.13 last edit 3/5/93 StatSci)

extern FILE *yyin, *audit_file;
extern char *audit_filename;

/* constants for db_backup action field */
#define TO_READ 0
#define TO_WRITE 1
#define TO_REMOVE 2

#endif /* !_S_IO_H_ )*/
