]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/network/networkd-address-pool.h
Add SPDX license identifiers to source files under the LGPL
[thirdparty/systemd.git] / src / network / networkd-address-pool.h
index 7f5bdf1d2f456e2040f9768880c2b71eb6bd58d6..1fcff09be9a9544c12851cdbeae30f92bcb7880c 100644 (file)
@@ -1,5 +1,4 @@
-/*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/
-
+/* SPDX-License-Identifier: LGPL-2.1+ */
 #pragma once
 
 /***
@@ -24,7 +23,9 @@
 typedef struct AddressPool AddressPool;
 
 #include "in-addr-util.h"
-#include "networkd.h"
+#include "list.h"
+
+typedef struct Manager Manager;
 
 struct AddressPool {
         Manager *manager;