Use a common license string for hostapd_cli and wpa_cli
[mech_eap.git] / src / common / cli.h
index 82f34dc..4b44ce2 100644 (file)
@@ -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;