From f250956cb2a8dca13fc0242affc225f9d6983604 Mon Sep 17 00:00:00 2001 From: Chet Ramey Date: Thu, 20 Dec 2018 11:41:58 -0500 Subject: bash-5.0-rc1 release --- general.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'general.h') diff --git a/general.h b/general.h index d89eec8e..638d2372 100644 --- a/general.h +++ b/general.h @@ -297,6 +297,10 @@ extern void xfree __P((void *)); /* Declarations for functions defined in general.c */ extern void posix_initialize __P((int)); +extern int num_posix_options __P((void)); +extern char *get_posix_options __P((char *)); +extern void set_posix_options __P((const char *)); + #if defined (RLIMTYPE) extern RLIMTYPE string_to_rlimtype __P((char *)); extern void print_rlimtype __P((RLIMTYPE, int)); -- cgit v1.2.1