diff src/utils.h @ 4086:ddc722b38e87

[project @ 2002-10-03 19:08:45 by jwe]
author jwe
date Thu, 03 Oct 2002 19:08:45 +0000
parents e97fb79fc1d5
children 62afb31c1f85
line wrap: on
line diff
--- a/src/utils.h
+++ b/src/utils.h
@@ -73,10 +73,12 @@
 extern int
 octave_vformat (std::ostream& os, const char *fmt, va_list args);
 
-extern "C" void octave_usleep (unsigned int useconds);
+extern void octave_sleep (double seconds);
 
 extern "C" void octave_sleep (unsigned int seconds);
 
+extern "C" void octave_usleep (unsigned int useconds);
+
 extern "C" int octave_strcasecmp (const char *s1, const char *s2);
 
 extern "C" int octave_strncasecmp (const char *s1, const char *s2, size_t n);