diff liboctave/cmd-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/cmd-edit.h
+++ b/liboctave/cmd-edit.h
@@ -39,9 +39,9 @@
 
 public:
 
-  typedef void (*startup_hook_fcn) (void);
+  typedef int (*startup_hook_fcn) (void);
 
-  typedef void (*event_hook_fcn) (void);
+  typedef int (*event_hook_fcn) (void);
 
   typedef std::string (*completion_fcn) (const std::string&, int);