18 lines
628 B
C
18 lines
628 B
C
/****************************************************************
|
|
* *
|
|
* Copyright 2001, 2011 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 GVSUB2STR_INCLUDED
|
|
#define GVSUB2STR_INCLUDED
|
|
|
|
unsigned char *gvsub2str(unsigned char *sub, unsigned char *targ, boolean_t xlat_flg);
|
|
|
|
#endif /* GVSUB2STR_INCLUDED */
|