diff liboctave/lo-utils.h @ 3504:5eef8a2294bd

[project @ 2000-02-01 10:06:51 by jwe]
author jwe
date Tue, 01 Feb 2000 10:07:26 +0000
parents 66ef74ee5d9f
children 0a93682f89c8
line wrap: on
line diff
--- a/liboctave/lo-utils.h
+++ b/liboctave/lo-utils.h
@@ -32,9 +32,9 @@
 
 extern char *strsave (const char *);
 
-extern void octave_putenv (const string&, const string&);
+extern void octave_putenv (const std::string&, const std::string&);
 
-extern string octave_fgets (FILE *);
+extern std::string octave_fgets (std::FILE *);
 
 #endif