Remove comando dump.
[cascardo/declara.git] / rendimento.h
index 5ac417d..11fc0ab 100644 (file)
@@ -19,6 +19,7 @@
 #ifndef _RENDIMENTO_H
 #define _RENDIMENTO_H
 
+#include <stdio.h>
 #include "declaracao.h"
 
 struct rendimento {
@@ -31,7 +32,7 @@ struct rendimento {
        char *saida;
 };
 
-void rendimento_dump(struct declaracao *dec);
+void rendimento_salva(struct declaracao *dec, FILE *f);
 void rendimento_free(void *pointer);
 
 int rendimento_cmd_init(void);