NetworkManager/cli
Jiří Klimeš ddd3ea2cd4 cli: util functions for converting string to int
nmc_string_to_int()  - converts string to signed long int (decimal)
nmc_string_to_uint() - converts string to unsigned long int (decimal)
nmc_string_to_int_base()  - converts string to signed long int with given base
nmc_string_to_uint_base() - converts string to unsigned long int with given base
2013-05-07 19:41:36 +02:00
..
completion cli: update bash completion file for the new syntax 2013-04-09 10:31:13 +02:00
src cli: util functions for converting string to int 2013-05-07 19:41:36 +02:00
Makefile.am Add bash-completion file for nmcli 2013-02-19 21:20:59 +01:00