]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - compat/xstrto.h
Docs: Copyright updates for 2018 (#114)
[thirdparty/squid.git] / compat / xstrto.h
index 597546f0b295978ca3b4ec558c9ce82587b7378a..5d17e25306ac72ce5f55dfb69135d457cc9d36e0 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2018 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
 // these functions are not used by the remaining Squid C code.
 #if defined(__cplusplus)
 
-#if HAVE_STDBOOL_H
-#include <stdbool.h>
-#endif
-
 /**
  * xstrtou{i,l} - string to number conversion
  * \param s     input string
@@ -40,3 +36,4 @@ bool xstrtoui(const char *s, char **end, unsigned int *value,
 
 #endif /* __cplusplus */
 #endif /* _SQUID_XSTRTO_H */
+