#define _PARAM_CTE_H_
#include <stdio.h>
#include <stdlib.h>
+#include <string.h>
#include "interface.h"
-typedef struct t_param_cte {
+typedef struct param_cte_t {
int ID;
char num_fac[9];
char fecha_emision[9];
int buscar_registro(int ID);
-int copiar(struct t_param_cte dato, void** str);
+int copiar(struct param_cte_t dato, param_cte_t** str);
#endif