Apply patch from Werner Fink for CVE-2008-3863, CVE-2008-4306
[enscript.git] / src / gsint.h
index 933fabc4ae56ea900f3e4131904f2d45d6308b31..b89d3b716e6b3f5d680a57c923ceec9e7ea24d79 100644 (file)
@@ -699,4 +699,9 @@ FILE *printer_open ___P ((char *cmd, char *options, char *queue_param,
  */
 void printer_close ___P ((void *context));
 
+/*
+ * Escape filenames for shell usage
+ */
+char *shell_escape ___P ((const char *fn));
+
 #endif /* not GSINT_H */