cplusplus handling.
authorkramm <kramm>
Sat, 5 Jul 2003 17:38:34 +0000 (17:38 +0000)
committerkramm <kramm>
Sat, 5 Jul 2003 17:38:34 +0000 (17:38 +0000)
pdf2swf/ttf2pt1/ttf2pt1.h

index b0e072f..6e244da 100644 (file)
@@ -1,8 +1,15 @@
 #ifndef __ttf2pt1_included__
+#define __ttf2pt1_included__
+#ifdef __cplusplus
+extern "C" {
+#endif
 int
 ttf2pt1_main(
      int argc,
      char **argv
 );
+#ifdef __cplusplus
+}
+#endif
 #endif