diff liboctave/oct-rl-edit.h @ 4802:b3f20980be32

[project @ 2004-02-25 05:14:19 by jwe]
author jwe
date Wed, 25 Feb 2004 05:14:19 +0000
parents cba347c642e2
children 4c8a2e4e0717
line wrap: on
line diff
--- a/liboctave/oct-rl-edit.h	Wed Feb 25 04:40:54 2004 +0000
+++ b/liboctave/oct-rl-edit.h	Wed Feb 25 05:14:19 2004 +0000
@@ -23,9 +23,9 @@
 #if !defined (octave_rl_edit_h)
 #define octave_rl_edit_h 1
 
-typedef void (*rl_startup_hook_fcn_ptr) (void);
+typedef int (*rl_startup_hook_fcn_ptr) (void);
 
-typedef void (*rl_event_hook_fcn_ptr) (void);
+typedef int (*rl_event_hook_fcn_ptr) (void);
 
 typedef int (*rl_fcn_ptr) (int, int);