summaryrefslogtreecommitdiff
path: root/print/enscript/patches/patch-ae
blob: c7ff675bdf0b68feaa6b08acb910ca1b1d0cec6c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$NetBSD: patch-ae,v 1.2 2009/02/13 18:53:28 abs Exp $

--- src/gsint.h.orig	2003-03-05 07:37:06.000000000 +0000
+++ src/gsint.h
@@ -701,4 +701,9 @@ FILE *printer_open ___P ((char *cmd, cha
  */
 void printer_close ___P ((void *context));
 
+/*
+ * Escape filenames for shell usage
+ */
+char *shell_escape ___P ((const char *fn));
+
 #endif /* not GSINT_H */