X-Git-Url: http://git.cascardo.eti.br/?a=blobdiff_plain;f=lib%2Fisento.h;h=d5c68a5bb10bff48eef32d56ad25f1752a723eb2;hb=932031e0b3657514b2c4410c607d27937c1d4cd5;hp=0cecf21ad4c44e05e14f5fdd770652b98647a4cb;hpb=fd1f6192290c7f2f3b8d0e136776c3aa0a9d0a16;p=cascardo%2Fdeclara.git diff --git a/lib/isento.h b/lib/isento.h index 0cecf21..d5c68a5 100644 --- a/lib/isento.h +++ b/lib/isento.h @@ -28,6 +28,8 @@ struct isento { char *nome; long long valor; int dependente; + int exclusivo; + char *descricao; }; void isento_salva(struct declaracao *dec, FILE *f);