summaryrefslogtreecommitdiff
path: root/graphics/radiance/patches/patch-src_meta_plot.h
blob: ccfdec1658429841bacdc9f4fd4ae9a6f00f54a5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-src_meta_plot.h,v 1.1 2012/12/26 22:31:31 dholland Exp $

- declare own functions

--- src/meta/plot.h~	2003-11-15 16:51:42.000000000 +0000
+++ src/meta/plot.h
@@ -50,6 +50,8 @@ extern void contpage(void);
 extern void printspan(void);
 extern void endpage(void);
 
+	/* xmeta.c */
+void replay(int, int, int, int);
 
 #ifdef __cplusplus
 }