1 /*
2  * hz.h
3  *
4  * All rights reserved. Copyright (C) 1996 by NARITA Tomio
5  * $Id: hz.h,v 1.3 2003/11/13 03:08:19 nrt Exp $
6  */
7 
8 #ifndef __HZ_H__
9 #define __HZ_H__
10 
11 #include <itable.h>
12 
13 public void EncodeHz( i_str_t *istr, int head, int tail,
14 		     byte codingSystem, boolean_t binary );
15 
16 #endif /* __HZ_H__ */
17