diff options
author | Chet Ramey <chet.ramey@case.edu> | 2014-10-02 10:21:23 -0400 |
---|---|---|
committer | Chet Ramey <chet.ramey@case.edu> | 2014-10-02 10:21:23 -0400 |
commit | 96f3fb666469d9be3fa32421117d7b1819c41cc1 (patch) | |
tree | 978ddadfde6c980fad94c255ad2cb80e0a64095f /general.h | |
parent | e198129d214e7fd4df5c0adb454233bc99082530 (diff) | |
download | bash-96f3fb666469d9be3fa32421117d7b1819c41cc1.tar.gz |
commit bash-20140912 snapshot
Diffstat (limited to 'general.h')
-rw-r--r-- | general.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -313,6 +313,7 @@ extern char *base_pathname __P((char *)); extern char *full_pathname __P((char *)); extern char *polite_directory_format __P((char *)); extern char *trim_pathname __P((char *, int)); +extern char *printable_filename __P((char *, int)); extern char *extract_colon_unit __P((char *, int *)); |