diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 2000-07-11 21:16:03 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 2000-07-11 21:16:03 (GMT) |
commit | 9ae898b415ad0758dbe1e1cb43f48f60bf8dfab0 (patch) | |
tree | c12e44689277430502086274a8cb1ab103a8d8be /Mac/Compat/getbootvol.c | |
parent | 5e80a7579918dca87a31725e379cb3ea79e2a7a5 (diff) | |
download | cpython-9ae898b415ad0758dbe1e1cb43f48f60bf8dfab0.zip cpython-9ae898b415ad0758dbe1e1cb43f48f60bf8dfab0.tar.gz cpython-9ae898b415ad0758dbe1e1cb43f48f60bf8dfab0.tar.bz2 |
ANSIfication step 2: make sure all needed prototypes are available, and all needed
header files included.
Diffstat (limited to 'Mac/Compat/getbootvol.c')
-rw-r--r-- | Mac/Compat/getbootvol.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mac/Compat/getbootvol.c b/Mac/Compat/getbootvol.c index 8f5d28c..df450c6 100644 --- a/Mac/Compat/getbootvol.c +++ b/Mac/Compat/getbootvol.c @@ -5,7 +5,7 @@ #include "macdefs.h" char * -getbootvol() +getbootvol(void) { short vrefnum; static unsigned char name[32]; |