aboutsummaryrefslogtreecommitdiffstats
path: root/src/systemtime.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/systemtime.h')
-rw-r--r--src/systemtime.h9
1 files changed, 2 insertions, 7 deletions
diff --git a/src/systemtime.h b/src/systemtime.h
index 90da169..184e41d 100644
--- a/src/systemtime.h
+++ b/src/systemtime.h
@@ -14,19 +14,14 @@
You should have received a copy of the GNU General Public License
along with Redshift. If not, see <http://www.gnu.org/licenses/>.
- Copyright (c) 2010 Jon Lund Steffensen <jonlst@gmail.com>
+ Copyright (c) 2010-2014 Jon Lund Steffensen <jonlst@gmail.com>
*/
#ifndef REDSHIFT_SYSTEMTIME_H
#define REDSHIFT_SYSTEMTIME_H
-#ifndef _WIN32
-# include <time.h>
-#else
-# include <windows.h>
-#endif
-
int systemtime_get_time(double *now);
+void systemtime_msleep(unsigned int msecs);
#endif /* ! REDSHIFT_SYSTEMTIME_H */