summaryrefslogtreecommitdiff
path: root/Build/source/texk/dvipng/pk.c
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2009-06-15 15:12:22 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2009-06-15 15:12:22 +0000
commit44686714a168a1117a294067e0d9943947aeeb7d (patch)
tree26437a3f6ca4f5c6848e3135d72fd3f03e7b0745 /Build/source/texk/dvipng/pk.c
parent273ed9c5b194dca51ed972db8071522d60733284 (diff)
reorganize texk/dvipng
git-svn-id: svn://tug.org/texlive/trunk@13752 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/dvipng/pk.c')
-rw-r--r--Build/source/texk/dvipng/pk.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/Build/source/texk/dvipng/pk.c b/Build/source/texk/dvipng/pk.c
index f2d6eb0a70a..2bb425987e8 100644
--- a/Build/source/texk/dvipng/pk.c
+++ b/Build/source/texk/dvipng/pk.c
@@ -35,7 +35,7 @@ unsigned char dyn_f;
int repeatcount;
int poshalf;
-unsigned char getnyb(unsigned char** pos)
+static unsigned char getnyb(unsigned char** pos)
{
if (poshalf == 0) {
poshalf=1;
@@ -46,7 +46,7 @@ unsigned char getnyb(unsigned char** pos)
}
}
-uint32_t pk_packed_num(unsigned char** pos)
+static uint32_t pk_packed_num(unsigned char** pos)
{
register int i;
uint32_t j;
@@ -77,7 +77,7 @@ uint32_t pk_packed_num(unsigned char** pos)
}
}
-unsigned char* skip_specials(unsigned char* pos)
+static unsigned char* skip_specials(unsigned char* pos)
{
uint32_t i;
@@ -384,7 +384,7 @@ void InitPK(struct font_entry * tfontp)
}
}
-void UnLoadPK(struct char_entry *ptr)
+static void UnLoadPK(struct char_entry *ptr)
{
if (ptr->data!=NULL)
free(ptr->data);