diff src/sysdep.h @ 2926:66ef74ee5d9f

[project @ 1997-05-05 03:20:52 by jwe]
author jwe
date Mon, 05 May 1997 03:40:21 +0000
parents 8b262e771614
children a908150a3a32
line wrap: on
line diff
--- a/src/sysdep.h	Sat May 03 21:24:19 1997 +0000
+++ b/src/sysdep.h	Mon May 05 03:40:21 1997 +0000
@@ -26,22 +26,13 @@
 #include <string>
 
 #include "lo-ieee.h"
+#include "lo-sysdep.h"
 
 extern void sysdep_init (void);
 
 extern void raw_mode (int);
 extern int kbhit (void);
 
-extern string octave_getcwd (void);
-extern int octave_chdir (const string&);
-
-#if !defined (HAVE_GETHOSTNAME) && defined (HAVE_SYS_UTSNAME_H)
-extern int gethostname (char *, int);
-#endif
-
-extern string oct_tilde_expand (const string&);
-extern string_vector oct_tilde_expand (const string_vector&);
-
 #endif
 
 /*