summaryrefslogtreecommitdiff
path: root/client/commands.h
diff options
context:
space:
mode:
Diffstat (limited to 'client/commands.h')
-rw-r--r--client/commands.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/client/commands.h b/client/commands.h
index b2d606c6..d5d1becf 100644
--- a/client/commands.h
+++ b/client/commands.h
@@ -29,8 +29,12 @@
extern "C" {
#endif
+typedef char *(*__connmanctl_lookup_cb)(const char *text, int state);
+
int __connmanctl_commands(DBusConnection *connection, char *argv[], int argc);
char *__connmanctl_lookup_command(const char *text, int state);
+void __connmanctl_monitor_completions(DBusConnection *dbus_conn);
+__connmanctl_lookup_cb __connmanctl_get_lookup_func(const char *text);
#ifdef __cplusplus
}