Use a common license string for hostapd_cli and wpa_cli
Move the license strings for hostapd_cli and wpa_cli to common. Signed-off-by: Mikael Kanstrup <mikael.kanstrup@sonymobile.com>
This commit is contained in:
parent
b90c13d934
commit
23c130e9b7
4 changed files with 43 additions and 77 deletions
|
@ -11,6 +11,9 @@
|
|||
|
||||
#include "utils/list.h"
|
||||
|
||||
extern const char *const cli_license;
|
||||
extern const char *const cli_full_license;
|
||||
|
||||
struct cli_txt_entry {
|
||||
struct dl_list list;
|
||||
char *txt;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue