From fb73886fa40a61b4c63de3ba7b95e357965edb21 Mon Sep 17 00:00:00 2001 From: giraffedata Date: Wed, 29 Sep 2010 21:49:21 +0000 Subject: Rename sleepN to pm_sleep git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@1321 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- lib/util/nsleep.c | 2 +- lib/util/nsleep.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'lib') diff --git a/lib/util/nsleep.c b/lib/util/nsleep.c index 943b8c77..d9fed571 100644 --- a/lib/util/nsleep.c +++ b/lib/util/nsleep.c @@ -10,7 +10,7 @@ void -sleepN(unsigned int const milliseconds) { +pm_sleep(unsigned int const milliseconds) { #ifdef WIN32 SleepEx(milliseconds, TRUE); diff --git a/lib/util/nsleep.h b/lib/util/nsleep.h index 372b8008..fdf45ab7 100644 --- a/lib/util/nsleep.h +++ b/lib/util/nsleep.h @@ -2,6 +2,6 @@ #define NSLEEP_H_INCLUDED void -sleepN(unsigned int const milliseconds); +pm_sleep(unsigned int const milliseconds); #endif -- cgit 1.4.1