summaryrefslogtreecommitdiff
path: root/print/enscript-letter/files/patch-src_gsint.h
blob: 29a18a1298bdbfbd97a808c727fc2a1ff1a90c64 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$FreeBSD$

--- src/gsint.h.orig
+++ src/gsint.h
@@ -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 */