/*----------------------------------------------------------------------*/
/* Copyright (c) 1988-1989						*/
/* by CompuServe Inc., Tucson, AZ.  All Rights Reserved			*/
/* WRITETIF.H can be copied and distributed freely for any		*/
/* non-commercial purposes. WRITETIF.H can only be incorporated		*/
/* into commercial software with the permission of CompuServe Inc.	*/
/*----------------------------------------------------------------------*/

/* Header file WRITETIF.H */

extern void init_TIF_output( char	filename[21] ); 

extern short put_TIF_byte( unsigned char	nxt_char );

extern	void	finish_output( void );
