summary refs log tree commit diff
path: root/clients/cli/common.h
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2016-01-20 16:26:51 +0100
committerMichael Biebl <biebl@debian.org>2016-01-20 16:26:51 +0100
commit494f296a3baab08522617b24b1f126d8f9a17502 (patch)
treec8ef32fb0dd1c4ff35a0b38e787abb58692de0cd /clients/cli/common.h
parent54f6333410ffd570e62717d9e77c5c987175e397 (diff)
Imported Upstream version 1.1.90 upstream/1.1.90
Diffstat (limited to 'clients/cli/common.h')
-rw-r--r--clients/cli/common.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/clients/cli/common.h b/clients/cli/common.h
index bb3f44e8..26459e4b 100644
--- a/clients/cli/common.h
+++ b/clients/cli/common.h
@@ -57,8 +57,12 @@ void nmc_secrets_requested (NMSecretAgentSimple *agent,
                             GPtrArray           *secrets,
                             gpointer             user_data);
 
+char *nmc_unique_connection_name (const GPtrArray *connections,
+                                  const char *try_name);
+
 void nmc_cleanup_readline (void);
 char *nmc_readline (const char *prompt_fmt, ...) G_GNUC_PRINTF (1, 2);
+char *nmc_readline_echo (gboolean echo_on, const char *prompt_fmt, ...) G_GNUC_PRINTF (2, 3);
 char *nmc_rl_gen_func_basic (const char *text, int state, const char **words);
 gboolean nmc_get_in_readline (void);
 void nmc_set_in_readline (gboolean in_readline);
@@ -67,4 +71,6 @@ void nmc_set_in_readline (gboolean in_readline);
 extern char *nmc_rl_pre_input_deftext;
 int nmc_rl_set_deftext (void);
 
+char *nmc_parse_lldp_capabilities (guint value);
+
 #endif /* NMC_COMMON_H */