Codebase list fis-gtm / HEAD sr_unix / trigger_trgfile_protos.h
HEAD

Tree @HEAD (Download .tar.gz)

trigger_trgfile_protos.h @HEADraw · history · blame

/****************************************************************
 *								*
 *	Copyright 2010 Fidelity Information Services, Inc	*
 *								*
 *	This source code contains the intellectual property	*
 *	of its copyright holder(s), and is made available	*
 *	under a license.  If you do not know the terms of	*
 *	the license, please stop and do not read further.	*
 *								*
 ****************************************************************/

#ifndef TRIGGER_TRGFILE_PROTOS_INCLUDED
#define TRIGGER_TRGFILE_PROTOS_INCLUDED

STATICFNDCL boolean_t trigger_trgfile_tpwrap_helper(char *trigger_filename, uint4 trigger_filename_len, boolean_t noprompt,
						    boolean_t lcl_implicit_tpwrap);

boolean_t trigger_trgfile_tpwrap(char *trigger_filename, uint4 trigger_filename_len, boolean_t noprompt);
#endif /* TRIGGER_TRGFILE_PROTOS_INCLUDED */