]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/network/networkd-radv.h
config-parser: introduce new CONFIG_PARSER_PROTOTYPE() macro
[thirdparty/systemd.git] / src / network / networkd-radv.h
index 22a169d263752ca2a3a4ac9fb27942db3b3dee69..1e3be1f924c568514d093631e27b9d7f44903125 100644 (file)
@@ -5,19 +5,6 @@
   This file is part of systemd.
 
   Copyright 2017 Intel Corporation. All rights reserved.
-
-  systemd is free software; you can redistribute it and/or modify it
-  under the terms of the GNU Lesser General Public License as published by
-  the Free Software Foundation; either version 2.1 of the License, or
-  (at your option) any later version.
-
-  systemd is distributed in the hope that it will be useful, but
-  WITHOUT ANY WARRANTY; without even the implied warranty of
-  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  Lesser General Public License for more details.
-
-  You should have received a copy of the GNU Lesser General Public License
-  along with systemd; If not, see <http://www.gnu.org/licenses/>.
 ***/
 
 #include "networkd-address.h"
@@ -40,7 +27,6 @@ int prefix_new_static(Network *network, const char *filename, unsigned section,
                       Prefix **ret);
 
 DEFINE_TRIVIAL_CLEANUP_FUNC(Prefix*, prefix_free);
-#define _cleanup_prefix_free_ _cleanup_(prefix_freep)
 
 int config_parse_router_prefix_delegation(const char *unit, const char *filename, unsigned line, const char *section, unsigned section_line, const char *lvalue, int ltype, const char *rvalue, void *data, void *userdata);
 int config_parse_router_preference(const char *unit, const char *filename, unsigned line, const char *section, unsigned section_line, const char *lvalue, int ltype, const char *rvalue, void *data, void *userdata);