diff options
author | Thomas Bushnell <thomas@gnu.org> | 1996-08-01 20:18:45 +0000 |
---|---|---|
committer | Thomas Bushnell <thomas@gnu.org> | 1996-08-01 20:18:45 +0000 |
commit | dd17c39a82bd4f2e9b273b95f5442c6eaa934c1c (patch) | |
tree | f68d7f3dd811e13e404d873948b09d38c5954fdb /boot/boot_script.h | |
parent | 8959f443bf76c39a1734c450535f3c8f76aa6520 (diff) | |
download | hurd-dd17c39a82bd4f2e9b273b95f5442c6eaa934c1c.tar.gz hurd-dd17c39a82bd4f2e9b273b95f5442c6eaa934c1c.tar.bz2 hurd-dd17c39a82bd4f2e9b273b95f5442c6eaa934c1c.zip |
*** empty log message ***
Diffstat (limited to 'boot/boot_script.h')
-rw-r--r-- | boot/boot_script.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/boot/boot_script.h b/boot/boot_script.h index e32837e8..d2db1a14 100644 --- a/boot/boot_script.h +++ b/boot/boot_script.h @@ -87,4 +87,4 @@ int boot_script_define_function (const char *name, int ret_type, char *boot_script_error_string (int err); -void safe_gets (char *, size_t); +void safe_gets (char *, int); |