summaryrefslogtreecommitdiff
path: root/clients/cli/common.h
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2017-04-11 15:48:04 +0200
committerThomas Haller <thaller@redhat.com>2017-04-12 14:12:20 +0200
commitb629b986879b88987ec699217cb351c6759b3d3f (patch)
tree44f004f0a426bef1972d3d2e0bb8d287ff8e4e7d /clients/cli/common.h
parent2a760897f201a2864cfc01c48222c960889141f9 (diff)
downloadNetworkManager-b629b986879b88987ec699217cb351c6759b3d3f.tar.gz
cli: move completion for connection type to meta data
Diffstat (limited to 'clients/cli/common.h')
-rw-r--r--clients/cli/common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/clients/cli/common.h b/clients/cli/common.h
index 4f0f1b1ddb..b7057e462f 100644
--- a/clients/cli/common.h
+++ b/clients/cli/common.h
@@ -53,6 +53,7 @@ char *nmc_unique_connection_name (const GPtrArray *connections,
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);
+NmcCompEntryFunc nmc_rl_compentry_func_wrap (const char *const*values);
char *nmc_rl_gen_func_basic (const char *text, int state, const char *const*words);
char *nmc_rl_gen_func_ifnames (const char *text, int state);
gboolean nmc_get_in_readline (void);