]> git.ipfire.org Git - thirdparty/squid.git/blame - include/xusleep.h
3.1 Cleanups pt 1: Add testheaders.sh script
[thirdparty/squid.git] / include / xusleep.h
CommitLineData
e1f7507e
AJ
1/*
2 * $Id$
3 */
4#ifndef _INC_XUSLEEP_H
5#define _INC_XUSLEEP_H
6
7#include "config.h"
8
9ece7c7c 9SQUIDCEXTERN int xusleep(unsigned int);
e1f7507e
AJ
10
11#endif /* _INC_XUSLEEP_H */