]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/test/test-af-list.c
Add SPDX license identifiers to source files under the LGPL
[thirdparty/systemd.git] / src / test / test-af-list.c
index e2479133de78c246354e6c4609fad11af6080f66..6934549287169fa12cf4c7389e13389db304bba1 100644 (file)
@@ -1,3 +1,4 @@
+/* SPDX-License-Identifier: LGPL-2.1+ */
 /***
   This file is part of systemd
 
@@ -24,6 +25,7 @@
 #include "string-util.h"
 #include "util.h"
 
+_unused_
 static const struct af_name* lookup_af(register const char *str, register GPERF_LEN_TYPE len);
 
 #include "af-from-name.h"