summaryrefslogtreecommitdiff
path: root/src/Type1/pictures.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Type1/pictures.h')
-rw-r--r--src/Type1/pictures.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/Type1/pictures.h b/src/Type1/pictures.h
index 6a14292..aa02ce5 100644
--- a/src/Type1/pictures.h
+++ b/src/Type1/pictures.h
@@ -27,6 +27,8 @@
* OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
* SOFTWARE.
*/
+/* $XFree86: xc/lib/font/Type1/pictures.h,v 1.4 2001/01/17 19:43:23 dawes Exp $ */
+
/* STUB */
#define CopyPicture(p) p
@@ -44,5 +46,5 @@ struct picture {
#define Phantom(o) t1_Phantom(o)
#define Snap(o) t1_Snap(o)
-struct segment *t1_Phantom();
-struct segment *t1_Snap();
+extern struct segment *t1_Phantom ( struct segment *p );
+extern struct segment *t1_Snap ( struct segment *p );