X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=charset%2Fcharconv.h;h=ed775b137b0e26cf27c2fa893f87452aedbaf1f1;hb=8c48090e240d68564c79eb29ac9004cc911bb5d0;hp=d3482438b3484bfa3eb59ec024fefa572b34e53d;hpb=c20454eed663e7db6f47bbf73e043bc63178c4ff;p=libucw.git diff --git a/charset/charconv.h b/charset/charconv.h index d3482438..ed775b13 100644 --- a/charset/charconv.h +++ b/charset/charconv.h @@ -7,6 +7,9 @@ * of the GNU Lesser General Public License. */ +#ifndef _CHARSET_CHARCONV_H +#define _CHARSET_CHARCONV_H + struct conv_context { /* Parameters supplied by the caller */ @@ -77,3 +80,5 @@ unsigned int conv_x_count(void); int find_charset_by_name(char *); char *charset_name(int); + +#endif