summaryrefslogtreecommitdiff
path: root/client/commands.h
AgeCommit message (Collapse)AuthorFilesLines
2014-07-17Imported Upstream version 1.24upstream/1.24Zhang zhengguang1-0/+4
2013-06-07client: Add missing header file boilerplatePatrik Flykt1-0/+13
2013-04-23client: Add command completionPatrik Flykt1-0/+1
Add completion support for connmanctl commands.
2013-04-23client: Follow coding stylePatrik Flykt1-1/+1
Follow coding style and use __connmanctl prefix for the commands() function.
2013-04-04client: Add input handlingPatrik Flykt1-0/+25
Set up readline command line input handling. Add helper functions to save and redraw the command line when output needs to be printed to the screen.