summaryrefslogtreecommitdiff
path: root/print/gv/patches/patch-ah
blob: 39b186816134cbd11ddc5ee6c88cc5ec5877cc59 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
$NetBSD: patch-ah,v 1.1 2002/10/04 03:00:12 itojun Exp $

http://www.epita.fr/~bevand_m/asa/asa-0000

diff -ur source/file.h source/file.h
--- source/file.h	1997-04-26 00:00:00.000000000 +0200
+++ source/file.h	2002-09-26 23:28:38.000000000 +0200
@@ -70,6 +70,14 @@
 #endif
 );
 
+extern char *file_charsAllowedInName;
+
+extern int			file_nameIsDangerous (
+#if NeedFunctionPrototypes
+   char *
+#endif
+);
+
 extern char*			file_pdfname2psname (
 #if NeedFunctionPrototypes
    char *	/* name */