diff src/utils.h @ 1966:4b8e9571bbdf

[project @ 1996-02-17 02:52:04 by jwe]
author jwe
date Sat, 17 Feb 1996 02:53:36 +0000
parents e62277bf5fe0
children 003570e69c7b
line wrap: on
line diff
--- a/src/utils.h	Sat Feb 17 02:03:11 1996 +0000
+++ b/src/utils.h	Sat Feb 17 02:53:36 1996 +0000
@@ -29,6 +29,8 @@
 
 #include <string>
 
+#include "lo-utils.h"
+
 class Octave_object;
 class string_vector;
 
@@ -53,11 +55,6 @@
 
 extern string_vector get_fcn_file_names (int = 0);
 
-extern int NINT (double x);
-extern double D_NINT (double x);
-
-extern string_vector make_argv (const Octave_object&, const string&);
-
 extern int empty_arg (const char *name, int nr, int nc);
 
 extern string undo_string_escapes (const string& s);