#ifndef CONVERT_UNICODE_H
#define CONVERT_UNICODE_H
+#ifndef __TRANSMISSION__
+#error only libtransmission should #include this header.
+#endif
+
/*
* Copyright 2001-2004 Unicode, Inc.
*
+#ifndef __TRANSMISSION__
+#error only libtransmission should #include this header.
+#endif
+
#ifndef JSON_PARSER_H
#define JSON_PARSER_H
+#ifndef __TRANSMISSION__
+#error only libtransmission should #include this header.
+#endif
+
+
/* File ggets.h - goodgets is a safe alternative to gets */
/* By C.B. Falconer. Public domain 2002-06-22 */
/* attribution appreciated. */