summaryrefslogtreecommitdiff
path: root/Build/source/texk/dvipos/dvicore.h
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2007-01-10 16:51:06 +0000
committerKarl Berry <karl@freefriends.org>2007-01-10 16:51:06 +0000
commit6bbcb6d005d8788677d5e132889de498d5fd62fb (patch)
treeae6455b860725a73219151172af2064695938b27 /Build/source/texk/dvipos/dvicore.h
parent906465a305515a397c4957e7241dfd57a0fcb9fc (diff)
include dvipos for context
git-svn-id: svn://tug.org/texlive/trunk@3293 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/dvipos/dvicore.h')
-rw-r--r--Build/source/texk/dvipos/dvicore.h23
1 files changed, 7 insertions, 16 deletions
diff --git a/Build/source/texk/dvipos/dvicore.h b/Build/source/texk/dvipos/dvicore.h
index 30b1a835e50..f3168143662 100644
--- a/Build/source/texk/dvipos/dvicore.h
+++ b/Build/source/texk/dvipos/dvicore.h
@@ -1,6 +1,6 @@
/* $Header
- dvipos-20030225
+ dvipos-20030422
Copyright (C) 2003 by Jin-Hwan <chofchof@ktug.or.kr>
@@ -22,16 +22,7 @@
#ifndef _DVICORE_H_
#define _DVICORE_H_
-#include <stdio.h>
-#include <stdlib.h>
-
-#ifdef MIKTEX
-#include "miktex.h"
-#include "web2c-miktex.h"
-#else /* KPATHSEA */
-#include <kpathsea/c-auto.h>
-#include <kpathsea/kpathsea.h>
-#endif
+#include "utils.h"
/* DVI opcodes */
#define SET_CHAR_0 0
@@ -144,10 +135,10 @@
#define MAX_FONTS_STEP 10
-typedef int UNSIGNED_BYTE, SIGNED_BYTE, SIGNED_PAIR;
-typedef unsigned UNSIGNED_PAIR;
-typedef long UNSIGNED_TRIPLE, SIGNED_TRIPLE, SIGNED_QUAD;
-typedef unsigned long UNSIGNED_QUAD;
+extern int dvi_pages;
-#endif /* _DVICORE_H_ */
+extern void dvi_init (int m, int r);
+extern void dvi_close (void);
+extern void dvi_do_page (int n);
+#endif /* _DVICORE_H_ */