diff options
Diffstat (limited to 'client/commands.h')
-rw-r--r-- | client/commands.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 <dbus/dbus.h> int __connmanctl_commands(DBusConnection *connection, char *argv[], int argc); +char *__connmanctl_lookup_command(const char *text, int state); |