diff options
Diffstat (limited to 'print/enscript/patches/patch-ae')
-rw-r--r-- | print/enscript/patches/patch-ae | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/print/enscript/patches/patch-ae b/print/enscript/patches/patch-ae new file mode 100644 index 00000000000..b491f84e82e --- /dev/null +++ b/print/enscript/patches/patch-ae @@ -0,0 +1,14 @@ +$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 */ |