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 */