1 /* $Id: charsubst.h,v 3.0 1993/12/21 21:54:40 davison Trn $
2  */
3 /*
4  * Permission is hereby granted to copy, reproduce, redistribute or otherwise
5  * use this software as long as: there is no monetary profit gained
6  * specifically from the use or reproduction of this software, it is not
7  * sold, rented, traded or otherwise marketed, and this copyright notice is
8  * included prominently in any copy made.
9  *
10  * The authors make no claims as to the fitness or correctness of this software
11  * for any use whatsoever, and it is provided as is. Any use of this software
12  * is at the user's own risk.
13  */
14 
15 #ifdef CHARSUBST
16 
17 /* Conversions are: plain, ISO->ascii, TeX -> ISO, ISO->ascii monospaced */
18 EXT char *charsets INIT("patm");
19 EXT char *charsubst;
20 
21 int putsubstchar _((int, int, bool_int));
22 char *current_charsubst _((void));
23 void strcharsubst _((char*,char*));
24 
25 #endif
26