summaryrefslogtreecommitdiff
path: root/Build/source/texk/ps2pkm/pkout.h
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/ps2pkm/pkout.h')
-rw-r--r--Build/source/texk/ps2pkm/pkout.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Build/source/texk/ps2pkm/pkout.h b/Build/source/texk/ps2pkm/pkout.h
index cd14c8e38ae..2fd03256e0d 100644
--- a/Build/source/texk/ps2pkm/pkout.h
+++ b/Build/source/texk/ps2pkm/pkout.h
@@ -21,7 +21,7 @@ typedef int INT32;
void pk_open(char *name);
/* A function for closing a pk file */
-void pk_close();
+void pk_close(void);
/* A function for writing the preamble */
void pk_preamble(char *comment, /* comment string: source of font */
@@ -41,7 +41,7 @@ void pk_char(int char_code, /* character code 0..255 */
int (*next_pixel)()); /* user's pixel generator */
/* Barebone postample */
-void pk_postamble();
+void pk_postamble(void);
/* PS2PK postamble */
void ps2pk_postamble(char *fontname, /* The real FontName from the afm */