nb1: ==== - security fixes for CAN-2004-1184, CAN-2004-1185, CAN-2004-1186 - patches from Debian/Gentoo - addresses PR pkg/29721 1.6.3: ====== - Changes in the highlighting / pretty printing - Support for state inheritance. - new highlighting rules - new output language `ansi' to print color outputs - new encodings - new options
14 lines
355 B
Text
14 lines
355 B
Text
$NetBSD: patch-ae,v 1.1 2005/03/17 12:24:13 salo Exp $
|
|
|
|
--- src/gsint.h.orig 2000-07-11 17:28:06.000000000 +0200
|
|
+++ src/gsint.h 2005-03-17 12:00:10.000000000 +0100
|
|
@@ -701,4 +701,9 @@
|
|
*/
|
|
void printer_close ___P ((void *context));
|
|
|
|
+/*
|
|
+ * Escape filenames for shell usage
|
|
+ */
|
|
+char *shell_escape ___P ((const char *fn));
|
|
+
|
|
#endif /* not GSINT_H */
|