]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - compat/eui64_aton.h
SourceFormat Enforcement
[thirdparty/squid.git] / compat / eui64_aton.h
index cc78d92651dfebe650fc5878909a4228592c1a5c..30b70bde713d95664f715e6cf3b842599619c720 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * 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.
@@ -59,24 +59,24 @@ extern "C" {
 
 #define SQUID_EUI64_ATON 1
 
-    /**
    * Size of the ASCII representation of an EUI-64.
    */
+/**
+ * Size of the ASCII representation of an EUI-64.
+ */
 #define EUI64_SIZ       24
 
-    /**
    * The number of bytes in an EUI-64.
    */
+/**
+ * The number of bytes in an EUI-64.
+ */
 #define EUI64_LEN       8
 
-    /**
    * Structure of an IEEE EUI-64.
    */
-    struct eui64 {
-        uint8_t octet[EUI64_LEN];
-    };
+/**
+ * Structure of an IEEE EUI-64.
+ */
+struct eui64 {
+    uint8_t octet[EUI64_LEN];
+};
 
-    int eui64_aton(const char *a, struct eui64 *e);
+int eui64_aton(const char *a, struct eui64 *e);
 #if defined(__cplusplus)
 }
 #endif
@@ -84,3 +84,4 @@ extern "C" {
 #endif /* !_SYS_EUI64_H */
 #endif /* HAVE_SYS_EUI64_H */
 #endif /* SQUID_COMPAT_EUI64_ATON_H */
+