OSDN Git Service

updated headers.
[putex/putex.git] / src / texsourc / dpx.h
index 4c31391..102a1cb 100644 (file)
@@ -1,5 +1,4 @@
-/* Copyright 1992 Karl Berry\r
-   Copyright 2007 TeX Users Group\r
+/*\r
    Copyright 2014 Clerk Ma\r
 \r
    This program is free software; you can redistribute it and/or modify\r
    You should have received a copy of the GNU General Public License\r
    along with this program; if not, write to the Free Software\r
    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA\r
-   02110-1301 USA.  */\r
+   02110-1301 USA.\r
+*/\r
+\r
+#ifndef _YANDYTEX_DPX_H\r
+#define _YANDYTEX_DPX_H\r
 \r
 extern void pdf_init_fontmaps(void);\r
 extern void pdf_close_fontmaps(void);\r
@@ -68,3 +71,5 @@ extern void pdf_dev_set_rect (pdf_rect *rect,
                   spt_t x_user, spt_t y_user,\r
                   spt_t width,  spt_t height, spt_t depth);\r
 extern void pdf_doc_expand_box (const pdf_rect *rect);\r
+\r
+#endif
\ No newline at end of file