Move command line editing routines into src/utils/edit*.[ch]
authorJouni Malinen <j@w1.fi>
Sun, 14 Nov 2010 18:59:29 +0000 (20:59 +0200)
committerJouni Malinen <j@w1.fi>
Sun, 14 Nov 2010 18:59:29 +0000 (20:59 +0200)
commit82a855bda889634ebaa80ae21a1059e006130a91
tree031593823f2abbd5ffbbd4bd7f4286cfb5f89a16
parentaee680e8b299b2f3352a33fb621bdc8cb2d764e4
Move command line editing routines into src/utils/edit*.[ch]

This allows the same routines to be shared with other programs
since these are not really specific to wpa_cli.
src/utils/edit.c [new file with mode: 0644]
src/utils/edit.h [new file with mode: 0644]
src/utils/edit_simple.c [new file with mode: 0644]
wpa_supplicant/Makefile
wpa_supplicant/wpa_cli.c