diff src/sysdep.h @ 4067:e97fb79fc1d5

[project @ 2002-09-26 22:43:25 by jwe]
author jwe
date Thu, 26 Sep 2002 22:43:25 +0000
parents a908150a3a32
children 4c8a2e4e0717
line wrap: on
line diff
--- a/src/sysdep.h
+++ b/src/sysdep.h
@@ -32,7 +32,7 @@
 
 extern void raw_mode (bool, bool wait = true);
 
-extern int kbhit (bool wait = true);
+extern int octave_kbhit (bool wait = true);
 
 #endif