diff options
author | Chet Ramey <chet.ramey@case.edu> | 2011-12-03 13:49:42 -0500 |
---|---|---|
committer | Chet Ramey <chet.ramey@case.edu> | 2011-12-03 13:49:42 -0500 |
commit | 055a1bf5bcf1dbc5dd01995adc76ca715eac6700 (patch) | |
tree | 5a81515d30d803598286d1a19cf4b3b5f04e40f5 /variables.h | |
parent | f5635ecdc99ad439da0ec65ec8e5e30a3fb0205d (diff) | |
download | bash-055a1bf5bcf1dbc5dd01995adc76ca715eac6700.tar.gz |
commit bash-20050810 snapshot
Diffstat (limited to 'variables.h')
-rw-r--r-- | variables.h | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/variables.h b/variables.h index 6f5c7d58..ad940a97 100644 --- a/variables.h +++ b/variables.h @@ -344,8 +344,8 @@ extern void sv_terminal __P((char *)); extern void sv_hostfile __P((char *)); #endif -#if defined (HAVE_TZSET) && defined (PROMPT_STRING_DECODE) -extern void sv_tz __P((char *)); +#if defined (__CYGWIN__) +extern void sv_home __P((char *)); #endif #if defined (HISTORY) @@ -358,4 +358,8 @@ extern void sv_histchars __P((char *)); extern void sv_histtimefmt __P((char *)); #endif /* HISTORY */ +#if defined (HAVE_TZSET) && defined (PROMPT_STRING_DECODE) +extern void sv_tz __P((char *)); +#endif + #endif /* !_VARIABLES_H_ */ |