diff options
| author | Jari Aalto <jari.aalto@cante.net> | 2001-11-13 17:56:06 +0000 |
|---|---|---|
| committer | Jari Aalto <jari.aalto@cante.net> | 2009-09-12 16:46:54 +0000 |
| commit | f73dda092b33638d2d5e9c35375f687a607b5403 (patch) | |
| tree | f21584e70a444d6a1ecba0fb5e2cf79e8cce91db /hashcmd.h | |
| parent | 28ef6c316f1aff914bb95ac09787a3c83c1815fd (diff) | |
| download | android_external_bash-f73dda092b33638d2d5e9c35375f687a607b5403.tar.gz android_external_bash-f73dda092b33638d2d5e9c35375f687a607b5403.tar.bz2 android_external_bash-f73dda092b33638d2d5e9c35375f687a607b5403.zip | |
Imported from ../bash-2.05a.tar.gz.
Diffstat (limited to 'hashcmd.h')
| -rw-r--r-- | hashcmd.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -37,6 +37,6 @@ typedef struct { extern void initialize_filename_hashing __P((void)); extern void flush_hashed_filenames __P((void)); -extern void remove_hashed_filename __P((char *)); +extern void remove_hashed_filename __P((const char *)); extern void remember_filename __P((char *, char *, int, int)); -extern char *find_hashed_filename __P((char *)); +extern char *find_hashed_filename __P((const char *)); |
