/*
 *	(c) Copyright 1992, Luc Rooijakkers.  All rights reserved.
 *
 *	Character set support (rudimentary)
 */

#ifndef _NN_CHSET_H
#define _NN_CHSET_H 1

struct chset {
    char           *cs_name;
    int             cs_width;
};

extern struct chset *curchset;

struct chset   *getchset(char *);
#endif				/* _NN_CHSET_H */


syntax highlighted by Code2HTML, v. 0.9.1