From a3204d77fed1b870f95da2466c090aa636d2cc2d Mon Sep 17 00:00:00 2001 From: Patrik Flykt Date: Thu, 18 Apr 2013 15:28:21 +0300 Subject: client: Add command completion Add completion support for connmanctl commands. --- client/commands.h | 1 + 1 file changed, 1 insertion(+) (limited to 'client/commands.h') diff --git a/client/commands.h b/client/commands.h index ce9ceca2..6ae9029b 100644 --- a/client/commands.h +++ b/client/commands.h @@ -23,3 +23,4 @@ #include int __connmanctl_commands(DBusConnection *connection, char *argv[], int argc); +char *__connmanctl_lookup_command(const char *text, int state); -- cgit v1.2.3