/* * $Id$ */ #ifndef _INC_XUSLEEP_H #define _INC_XUSLEEP_H #include "config.h" SQUIDCEXTERN int xusleep(unsigned int); #endif /* _INC_XUSLEEP_H */ .