19 lines
639 B
C
19 lines
639 B
C
/****************************************************************
|
|
* *
|
|
* Copyright 2002 Sanchez Computer Associates, 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 STR2GVKEY_H_INCLUDED
|
|
#define STR2GVKEY_H_INCLUDED
|
|
|
|
void str2gvkey_gvfunc(char *cp, int len);
|
|
void str2gvkey_nogvfunc(char *cp, int len, gv_key *key);
|
|
|
|
#endif /* STR2GVKEY_H_INCLUDED */
|