diff mcabber/src/utils.h @ 419:2f9852610cf4

Small code review Some clean up and security checks
author Mikael Berthe <mikael@lilotux.net>
date Fri, 02 Sep 2005 20:34:17 +0200
parents bd5638c21834
children dfd9c62b3a39
line wrap: on
line diff
--- a/mcabber/src/utils.h	Thu Sep 01 23:48:46 2005 +0200
+++ b/mcabber/src/utils.h	Fri Sep 02 20:34:17 2005 +0200
@@ -9,4 +9,6 @@
 int    to_iso8601(char *dststr, time_t timestamp);
 time_t from_iso8601(const char *timestamp, int utc);
 
+inline void safe_usleep(unsigned int usec); /* Only for delays < 1s */
+
 #endif