diff src/utils.h @ 4067:e97fb79fc1d5

[project @ 2002-09-26 22:43:25 by jwe]
author jwe
date Thu, 26 Sep 2002 22:43:25 +0000
parents 35070534ea95
children ddc722b38e87
line wrap: on
line diff
--- a/src/utils.h
+++ b/src/utils.h
@@ -75,6 +75,8 @@
 
 extern "C" void octave_usleep (unsigned int useconds);
 
+extern "C" void octave_sleep (unsigned int seconds);
+
 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);