summaryrefslogtreecommitdiff
path: root/general.h
diff options
context:
space:
mode:
authorChet Ramey <chet.ramey@case.edu>2018-12-20 11:41:58 -0500
committerChet Ramey <chet.ramey@case.edu>2018-12-20 11:41:58 -0500
commitf250956cb2a8dca13fc0242affc225f9d6983604 (patch)
tree2df8e15963af786dc8efed1c91c4d823a3bf05bb /general.h
parent2ae59c1134a75d5778997b7202b15b0586283042 (diff)
downloadbash-5.0-testing.tar.gz
bash-5.0-rc1 releasebash-5.0-rc1bash-5.0-testing
Diffstat (limited to 'general.h')
-rw-r--r--general.h4
1 files changed, 4 insertions, 0 deletions
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));