summaryrefslogtreecommitdiff
path: root/general.h
diff options
context:
space:
mode:
authorChet Ramey <chet.ramey@case.edu>2014-10-02 10:21:23 -0400
committerChet Ramey <chet.ramey@case.edu>2014-10-02 10:21:23 -0400
commit96f3fb666469d9be3fa32421117d7b1819c41cc1 (patch)
tree978ddadfde6c980fad94c255ad2cb80e0a64095f /general.h
parente198129d214e7fd4df5c0adb454233bc99082530 (diff)
downloadbash-96f3fb666469d9be3fa32421117d7b1819c41cc1.tar.gz
commit bash-20140912 snapshot
Diffstat (limited to 'general.h')
-rw-r--r--general.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/general.h b/general.h
index 1f8c54ae..97baf22b 100644
--- a/general.h
+++ b/general.h
@@ -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 *));