efl/src/bin/eolian/headers.h

10 lines
314 B
C
Raw Normal View History

2016-09-19 08:36:48 -07:00
#ifndef EOLIAN_GEN_HEADERS_H
#define EOLIAN_GEN_HEADERS_H
#include "main.h"
void eo_gen_params(Eina_Iterator *itr, Eina_Strbuf *buf, Eina_Strbuf **flagbuf, int *nidx, Eolian_Function_Type ftype);
2017-05-16 07:47:33 -07:00
void eo_gen_header_gen(const Eolian_Unit *src, const Eolian_Class *cl, Eina_Strbuf *buf, Eina_Bool legacy);
2016-09-19 08:36:48 -07:00
#endif