X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=include%2Fafb%2Fafb-auth.h;h=9ef58208dc79d24a4b355197b7023db32a86da67;hb=f30be1ca9ce04cfab55b9e6ce25cec6952f7e21d;hp=ee089e7f44d4765b0a1fc7775157a59b129f4537;hpb=1d24a50bda149604760cdc1fd53f65b988c61f0c;p=src%2Fapp-framework-binder.git diff --git a/include/afb/afb-auth.h b/include/afb/afb-auth.h index ee089e7f..9ef58208 100644 --- a/include/afb/afb-auth.h +++ b/include/afb/afb-auth.h @@ -34,10 +34,10 @@ enum afb_auth_type struct afb_auth { - const enum afb_auth_type type; + enum afb_auth_type type; union { const char *text; - const unsigned loa; + unsigned loa; const struct afb_auth *first; }; const struct afb_auth *next;