Mercurial > hg > octave-max
diff liboctave/lo-sysdep.h @ 3635:f90fbcddaa75
[project @ 2000-03-23 10:51:07 by jwe]
author | jwe |
---|---|
date | Thu, 23 Mar 2000 10:51:08 +0000 |
parents | 5eef8a2294bd |
children | 4c8a2e4e0717 |
line wrap: on
line diff
--- a/liboctave/lo-sysdep.h +++ b/liboctave/lo-sysdep.h @@ -29,7 +29,7 @@ extern std::string octave_getcwd (void); -extern bool octave_chdir (const std::string&); +extern int octave_chdir (const std::string&); #if ! defined (HAVE_GETHOSTNAME) && defined (HAVE_SYS_UTSNAME_H) extern int gethostname (char *, int);