$OpenBSD: patch-src_gsint_h,v 1.2 2008/12/09 15:23:55 jasper Exp $ --- src/gsint.h.orig Tue Jul 11 17:28:06 2000 +++ src/gsint.h Tue Dec 9 16:23:25 2008 @@ -701,4 +701,9 @@ FILE *printer_open ___P ((char *cmd, char *options, ch */ void printer_close ___P ((void *context)); +/* + * Escape filenames for shell usage + */ +char *shell_escape ___P ((const char *fn)); + #endif /* not GSINT_H */