16 lines
356 B
C
16 lines
356 B
C
$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
|
|
}
|