71146f333e
- unified format - only one patch per file - no files gets patched twice
15 lines
402 B
Text
15 lines
402 B
Text
$NetBSD: patch-ak,v 1.2 2001/12/20 09:19:55 tron Exp $
|
|
|
|
--- lib/libxview/font/font.c.orig Tue Jun 29 07:15:01 1993
|
|
+++ lib/libxview/font/font.c Thu Dec 20 10:09:16 2001
|
|
@@ -67,6 +67,10 @@
|
|
Xv_private char *xv_font_scale_cmdline();
|
|
Xv_private char *xv_font_scale();
|
|
|
|
+static int font_setup_defaults();
|
|
+static int font_construct_name();
|
|
+static int font_init_create_attrs();
|
|
+
|
|
/*
|
|
* delimiters
|
|
*/
|