From b2cabe67ae053fe2b734c0bbecc434246a9692d5 Mon Sep 17 00:00:00 2001 From: giraffedata Date: Tue, 1 Jan 2008 17:35:34 +0000 Subject: Add sleepN() git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@540 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- lib/util/nsleep.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 lib/util/nsleep.h (limited to 'lib/util/nsleep.h') diff --git a/lib/util/nsleep.h b/lib/util/nsleep.h new file mode 100644 index 00000000..372b8008 --- /dev/null +++ b/lib/util/nsleep.h @@ -0,0 +1,7 @@ +#ifndef NSLEEP_H_INCLUDED +#define NSLEEP_H_INCLUDED + +void +sleepN(unsigned int const milliseconds); + +#endif -- cgit 1.4.1