OSDN Git Service

updated headers.
[putex/putex.git] / src / texsourc / dpx.h
index 7d2ad4b..102a1cb 100644 (file)
@@ -1,3 +1,25 @@
+/*\r
+   Copyright 2014 Clerk Ma\r
+\r
+   This program is free software; you can redistribute it and/or modify\r
+   it under the terms of the GNU General Public License as published by\r
+   the Free Software Foundation; either version 2 of the License, or\r
+   (at your option) any later version.\r
+\r
+   This program is distributed in the hope that it will be useful, but\r
+   WITHOUT ANY WARRANTY; without even the implied warranty of\r
+   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU\r
+   General Public License for more details.\r
+\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
+*/\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
 extern void pdf_doc_set_creator(const char * creator);\r
@@ -49,4 +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
-extern void pdf_out_char(internal_font_number f, ASCII_code c);
\ No newline at end of file
+\r
+#endif
\ No newline at end of file