summaryrefslogtreecommitdiff
path: root/codecs_hk.h
blob: 388e678b4733fdaadbb77c805476d4f195e51d6b (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef CODECS_HK_H
#define CODECS_HK_H

#include "multibytecodec.h"

extern const struct dbcs_map *hk_mapping_list;
extern const MultibyteCodec *hk_codec_list;


#endif