18 lines
667 B
C
18 lines
667 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 FORMAT_TARG_KEY_INCLUDED
|
|
#define FORMAT_TARG_KEY_INCLUDED
|
|
|
|
unsigned char *format_targ_key(unsigned char *out_char_ptr, int4 max_size, gv_key *key, boolean_t dollarc);
|
|
|
|
#endif /* FORMAT_TARG_KEY_INCLUDED */
|