diff options
| author | Michael Biebl <biebl@debian.org> | 2018-05-11 22:08:45 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2018-05-11 22:08:45 +0200 |
| commit | ee9c73a923909e23a649407be77e25235d769e25 (patch) | |
| tree | e21c923621fa278e737da693df9eb60ea31a6067 /clients/common/nm-client-utils.h | |
| parent | f60117b41d5433be1b4a96d82cd11d0c3dce9b63 (diff) | |
New upstream version 1.10.8 upstream/1.10.8
Diffstat (limited to 'clients/common/nm-client-utils.h')
| -rw-r--r-- | clients/common/nm-client-utils.h | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/clients/common/nm-client-utils.h b/clients/common/nm-client-utils.h index cd662765..ac18fe94 100644 --- a/clients/common/nm-client-utils.h +++ b/clients/common/nm-client-utils.h @@ -32,6 +32,8 @@ typedef enum { const char *nmc_string_is_valid (const char *input, const char **allowed, GError **error); +char **nmc_strsplit_set (const char *str, const char *delimiter, int max_tokens); + gboolean nmc_string_to_uint (const char *str, gboolean range_check, unsigned long int min, @@ -42,7 +44,7 @@ gboolean nmc_string_to_tristate (const char *str, NMCTriStateValue *val, GError gboolean matches (const char *cmd, const char *pattern); -/* FIXME: don't expose this function on its own, at least not from this file. */ +/* FIXME: don't expose this function on it's own, at least not from this file. */ const char *nmc_bond_validate_mode (const char *mode, GError **error); const char *nm_active_connection_state_reason_to_string (NMActiveConnectionStateReason reason); @@ -54,8 +56,4 @@ NMActiveConnectionState nmc_activation_get_effective_state (NMActiveConnection * NMDevice *device, const char **reason); -const char *nmc_wifi_strength_bars (guint8 strength); - -const char *nmc_password_subst_char (void); - #endif /* __NM_CLIENT_UTILS_H__ */ |