Implementa celular.
[cascardo/declara.git] / lib / contribuinte.h
index e7ccefc..ac996e7 100644 (file)
@@ -34,9 +34,11 @@ struct contribuinte {
        char *numero;
        char *complemento;
        char *titulo_eleitor;
+       char *nit;
        char *dn;
        char *ddd;
        char *telefone;
+       char *celular;
        int natureza_ocupacao;
        int ocupacao_principal;
 };