Bash-5.3-alpha release

This commit is contained in:
Chet Ramey
2024-04-22 10:33:38 -04:00
parent f3b6bd1945
commit 622d318652
700 changed files with 136534 additions and 96420 deletions
+6 -6
View File
@@ -1,6 +1,6 @@
/* hashcmd.h - Common defines for hashing filenames. */
/* Copyright (C) 1993-2020 Free Software Foundation, Inc.
/* Copyright (C) 1993-2022 Free Software Foundation, Inc.
This file is part of GNU Bash, the Bourne Again SHell.
@@ -35,9 +35,9 @@ typedef struct _pathdata {
#define pathdata(x) ((PATH_DATA *)(x)->data)
extern void phash_create PARAMS((void));
extern void phash_flush PARAMS((void));
extern void phash_create (void);
extern void phash_flush (void);
extern void phash_insert PARAMS((char *, char *, int, int));
extern int phash_remove PARAMS((const char *));
extern char *phash_search PARAMS((const char *));
extern void phash_insert (char *, char *, int, int);
extern int phash_remove (const char *);
extern char *phash_search (const char *);