$FreeBSD: ports/print/enscript-letter/files/patch-src_gsint.h,v 1.1 2005/02/11 21:35:40 naddy Exp $ --- 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 */