]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/cache_cf.h
Source Format Enforcement (#763)
[thirdparty/squid.git] / src / cache_cf.h
index b2dfb1f340b5c9d603aa6165ffac3a06dcfbf6fa..8bdc3f1b17b9b19f999d90baaf95f9fa7e24bd45 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2016 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2021 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
@@ -24,6 +24,8 @@ void parse_eol(char *volatile *var);
 void parse_wordlist(wordlist ** list);
 void requirePathnameExists(const char *name, const char *path);
 void parse_time_t(time_t * var);
+/// Parse bytes number from a string
+void parseBytesOptionValue(size_t * bptr, const char *units, char const * value);
 
 #endif /* SQUID_CACHE_CF_H_ */