]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - compat/shm.h
SourceFormat Enforcement
[thirdparty/squid.git] / compat / shm.h
index c9135d5969eef750e6afd8c63d7a1609b9f71520..549919c0b874af2ddc2f3da9c6e087e39a22d1cb 100644 (file)
@@ -1,6 +1,11 @@
 /*
- * $Id$
+ * Copyright (C) 1996-2017 The Squid Software Foundation and contributors
+ *
+ * Squid software is distributed under GPLv2+ license and includes
+ * contributions from numerous individuals and organizations.
+ * Please see the COPYING and CONTRIBUTORS files for details.
  */
+
 #ifndef SQUID_COMPAT_SHM_H
 #define SQUID_COMPAT_SHM_H
 
@@ -42,4 +47,8 @@ extern "C" {
 
 #endif /* HAVE_SHM */
 
+/// Determines whether segment names are iterpreted as full file paths.
+bool shm_portable_segment_name_is_path();
+
 #endif /* SQUID_COMPAT_CPU_H */
+