/* oms_tan.h: 						*/
/* Opnet Model Support package		*/
/* Topology Analysis sub-package.	*/

/****************************************/
/*  Copyright (c) 1987 - 1995			*/
/*            by MIL 3, Inc.           	*/
/*       (A Delaware Corporation)      	*/
/*    3400 International Drive, N.W.   	*/
/*       Washington, D.C., U.S.A.      	*/
/*       All Rights Reserved.          	*/
/****************************************/


/* ---- (SECTION_SC) SYMBOLIC CONSTANTS ---- */

#define OMSC_TAN_STRM_INVALID		-1


/* ---- (SECTION_SD) DATA TYPES ---- */


/* ---- (SECTION_FP) FUNCTION PROTOTYPES ---- */

extern Compcode
oms_tan_neighbor_streams_find (Objid module_objid, Objid neighbor_objid,
	int* in_strm_ptr, int* out_strm_ptr);

extern Compcode
oms_tan_destination_info_obtain (Objid module_objid, int src_strm_index, 
	Objid* dest_objid_ptr, int* dest_strm_index_ptr);
   

