Imported Upstream version 1.24
[platform/upstream/connman.git] / client / commands.h
index b2d606c..d5d1bec 100644 (file)
 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
 }