mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-09 03:00:20 +01:00
ifcfg-rh: don't include nm-utils-private.h outside of libnm-core/
This commit is contained in:
parent
0e727062fc
commit
6d6c433bab
3 changed files with 4 additions and 5 deletions
|
|
@ -113,6 +113,10 @@ GPtrArray *_nm_utils_copy_object_array (const GPtrArray *array);
|
|||
gboolean _nm_utils_string_in_list (const char *str,
|
||||
const char **valid_strings);
|
||||
|
||||
char ** _nm_utils_strsplit_set (const char *str,
|
||||
const char *delimiters,
|
||||
int max_tokens);
|
||||
|
||||
void _nm_dbus_errors_init (void);
|
||||
|
||||
extern gboolean _nm_utils_is_manager_process;
|
||||
|
|
|
|||
|
|
@ -46,10 +46,6 @@ char ** _nm_utils_slist_to_strv (GSList *slist);
|
|||
GPtrArray * _nm_utils_strv_to_ptrarray (char **strv);
|
||||
char ** _nm_utils_ptrarray_to_strv (GPtrArray *ptrarray);
|
||||
|
||||
char ** _nm_utils_strsplit_set (const char *str,
|
||||
const char *delimiters,
|
||||
int max_tokens);
|
||||
|
||||
char * _nm_utils_hwaddr_canonical_or_invalid (const char *mac, gssize length);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -50,7 +50,6 @@
|
|||
#include <nm-setting-dcb.h>
|
||||
#include <nm-setting-generic.h>
|
||||
#include "nm-core-internal.h"
|
||||
#include "nm-utils-private.h"
|
||||
#include <nm-utils.h>
|
||||
|
||||
#include "nm-platform.h"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue