summaryrefslogtreecommitdiff
path: root/src/Type1/token.h
diff options
context:
space:
mode:
authorKaleb Keithley <kaleb@freedesktop.org>2003-11-17 19:03:42 +0000
committerKaleb Keithley <kaleb@freedesktop.org>2003-11-17 19:03:42 +0000
commit94817d4f3277d927bf96431c24033d8cd67d9a30 (patch)
tree2e4b857f2103cfbcdfcfd53b47334166e139a273 /src/Type1/token.h
parent3795e9702b3b3a6fe0594d09cdd110adeb5e42f9 (diff)
merge XFree86 4.3.0.1 to -CURRENT
Diffstat (limited to 'src/Type1/token.h')
-rw-r--r--src/Type1/token.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Type1/token.h b/src/Type1/token.h
index 2dfe3fa..caa2ca2 100644
--- a/src/Type1/token.h
+++ b/src/Type1/token.h
@@ -27,6 +27,8 @@
* OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
* SOFTWARE.
*/
+/* $XFree86: xc/lib/font/Type1/token.h,v 1.4 2001/01/17 19:43:24 dawes Exp $ */
+
#ifndef TOKEN_H
#define TOKEN_H
@@ -56,7 +58,7 @@
#define TOKEN_IMMED_NAME (16)
/* Token routines */
-extern void scan_token();
+extern void scan_token( psobj *inputP );
/*
* -------------------------------------------------------------------------