xref: /freebsd/usr.sbin/sesutil/eltsub.h (revision ec8a394d9c676b3c4fd2cd721cf554e073736fc1)
18729f5ecSAllan Jude /*
28729f5ecSAllan Jude  * Copyright (c) 2000 by Matthew Jacob
38729f5ecSAllan Jude  * All rights reserved.
48729f5ecSAllan Jude  *
58729f5ecSAllan Jude  * Redistribution and use in source and binary forms, with or without
68729f5ecSAllan Jude  * modification, are permitted provided that the following conditions
78729f5ecSAllan Jude  * are met:
88729f5ecSAllan Jude  * 1. Redistributions of source code must retain the above copyright
98729f5ecSAllan Jude  *    notice, this list of conditions, and the following disclaimer,
108729f5ecSAllan Jude  *    without modification, immediately at the beginning of the file.
118729f5ecSAllan Jude  * 2. The name of the author may not be used to endorse or promote products
128729f5ecSAllan Jude  *    derived from this software without specific prior written permission.
138729f5ecSAllan Jude  *
148729f5ecSAllan Jude  * Alternatively, this software may be distributed under the terms of the
15*ec8a394dSElyes Haouas  * GNU Public License ("GPL").
168729f5ecSAllan Jude  *
178729f5ecSAllan Jude  * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
188729f5ecSAllan Jude  * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
198729f5ecSAllan Jude  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
208729f5ecSAllan Jude  * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE FOR
218729f5ecSAllan Jude  * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
228729f5ecSAllan Jude  * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
238729f5ecSAllan Jude  * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
248729f5ecSAllan Jude  * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
258729f5ecSAllan Jude  * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
268729f5ecSAllan Jude  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
278729f5ecSAllan Jude  * SUCH DAMAGE.
288729f5ecSAllan Jude  *
298729f5ecSAllan Jude  * Matthew Jacob
308729f5ecSAllan Jude  * Feral Software
318729f5ecSAllan Jude  * mjacob@feral.com
328729f5ecSAllan Jude  */
338729f5ecSAllan Jude 
34b5566692SBaptiste Daroussin const char *geteltnm(int);
35b5566692SBaptiste Daroussin const char *scode2ascii(u_char);
36