File tree Expand file tree Collapse file tree 5 files changed +0
-19
lines changed Expand file tree Collapse file tree 5 files changed +0
-19
lines changed Original file line number Diff line number Diff line change 22
33#pragma once
44
5- /***
6- Copyright 2010 Lennart Poettering
7- ***/
8-
95#define DISABLE_WARNING_MISSING_PROTOTYPES \
106 _Pragma("GCC diagnostic push"); \
117 _Pragma("GCC diagnostic ignored \"-Wmissing-prototypes\"")
Original file line number Diff line number Diff line change 11/* SPDX-License-Identifier: LGPL-2.1-or-later */
22
3- /***
4- Copyright 2010 Lennart Poettering
5- ***/
6-
73#include <stdlib.h>
84
95void strv_clear (char * * l ) {
Original file line number Diff line number Diff line change 11/* SPDX-License-Identifier: LGPL-2.1-or-later */
22
3- /***
4- Copyright 2010 Lennart Poettering
5- ***/
6-
73#include "macro.h"
84
95char * * strv_free (char * * l );
Original file line number Diff line number Diff line change 11/* SPDX-License-Identifier: LGPL-2.1-or-later */
2- /***
3- Copyright 2010 Lennart Poettering
4- ***/
52
63/* stuff imported from systemd without any changes */
74
Original file line number Diff line number Diff line change 22
33#pragma once
44
5- /***
6- Copyright 2010 Lennart Poettering
7- ***/
8-
95#include <netinet/ip.h>
106#include <arpa/inet.h>
117
You can’t perform that action at this time.
0 commit comments