]> git.ipfire.org Git - thirdparty/hostap.git/commit
Move wpa_cli readline integration into src/utils/edit_readline.c
authorJouni Malinen <j@w1.fi>
Sun, 14 Nov 2010 20:37:43 +0000 (22:37 +0200)
committerJouni Malinen <j@w1.fi>
Sun, 14 Nov 2010 20:37:43 +0000 (22:37 +0200)
commite8ecb5fb4927e6e5d261c9b6f7fbf0de147ca6da
tree627ccae7cc39729c74406f27947c86d3663a8f45
parentbdc45634f01501e810232f16ede98569ab368974
Move wpa_cli readline integration into src/utils/edit_readline.c

All three line editing options are now located in src/utils/edit*.c
and provide the same API to allow easy build time selection.
src/utils/edit.c
src/utils/edit.h
src/utils/edit_readline.c [new file with mode: 0644]
src/utils/edit_simple.c
wpa_supplicant/Makefile
wpa_supplicant/wpa_cli.c