]> mj.ucw.cz Git - libucw.git/blobdiff - charset/charconv.h
Format string cleanup.
[libucw.git] / charset / charconv.h
index d3482438b3484bfa3eb59ec024fefa572b34e53d..ed775b137b0e26cf27c2fa893f87452aedbaf1f1 100644 (file)
@@ -7,6 +7,9 @@
  *     of the GNU Lesser General Public License.
  */
 
  *     of the GNU Lesser General Public License.
  */
 
+#ifndef _CHARSET_CHARCONV_H
+#define _CHARSET_CHARCONV_H
+
 struct conv_context {
 
   /* Parameters supplied by the caller */
 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);
 
 int find_charset_by_name(char *);
 char *charset_name(int);
+
+#endif