/*******************************************************************************
*
*	TITLE:		terminal.h 
*
*	VERSION:	0.1 (Beta)                           
*
*	DATE:		25-Nov-2005
*
*	AUTHOR:		R. Kevin Watson
*				kevinw@jpl.nasa.gov
*
*	COMMENTS:	You are free to use this source code for any non-commercial
*				use. Please do not make copies of this source code, modified
*				or un-modified, publicly available on the internet or elsewhere
*				without permission. Thanks.
*
*				Copyright ©2005-2007 R. Kevin Watson. All rights are reserved.
*
********************************************************************************
*
*	CHANGE LOG:
*
*	DATE         REV  DESCRIPTION
*	-----------  ---  ----------------------------------------------------------
*	25-Nov-2005  0.1  RKW - Original code.
*
*******************************************************************************/
#ifndef _TERMINAL_H
#define _TERMINAL_H

// function prototypes
void Tracking_Info_Terminal(void);

#endif

