diff liboctave/oct-rl-hist.c @ 3520:b153b9fa7f1a

[project @ 2000-02-02 06:04:27 by jwe]
author jwe
date Wed, 02 Feb 2000 06:16:04 +0000
parents 957d7d6ab0e0
children ee1eea24f078
line wrap: on
line diff
--- a/liboctave/oct-rl-hist.c
+++ b/liboctave/oct-rl-hist.c
@@ -34,7 +34,7 @@
 void
 octave_add_history (const char *line)
 {
-  return add_history (line);
+  add_history (line);
 }
 
 int
@@ -64,7 +64,7 @@
 void
 octave_stifle_history (int n)
 {
-  return stifle_history (n);
+  stifle_history (n);
 }
 
 int
@@ -94,7 +94,7 @@
 void
 octave_using_history (void)
 {
-  return using_history ();
+  using_history ();
 }
 
 int