File:  [PGP] / pgp / src / language.h
Revision 1.1.1.6 (vendor branch): download - view: text, annotated - select for diffs
Tue Apr 24 16:45:22 2018 UTC (8 years, 1 month ago) by root
Branches: phill, MAIN
CVS tags: pgp263i, HEAD
PGP 2.6.3i

/*
 *	language.h
 *	Include file for PGP foreign language translation facility
 */

/*
 * Strings with LANG() around them are found by automatic tools and put
 * into the special text file to be translated into foreign languages.
 * LANG () (note the space between 'G' and '(') should be used if there
 * is no string to be extracted (eg. prototype).
 */

extern char	*LANG (char *s);

/*
 * Use the dummy macro _LANG for strings that should be extracted, but
 * shouldn't be processed by the LANG function (eg. array initializers).
 */
#define _LANG(x)	x

extern char language[]; /* language selector prefix for string file */

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.