X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=include%2Fafb%2Fafb-auth.h;h=9ef58208dc79d24a4b355197b7023db32a86da67;hb=c9ec9b1a76ce90048974476b1a5aa1be89b58536;hp=ee089e7f44d4765b0a1fc7775157a59b129f4537;hpb=b2114e0f626ed42a5d6154c681486b4edb19fbbf;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;