summaryrefslogtreecommitdiff
path: root/src/bin/eolian/headers.h
blob: 41c7658b9611de17973844c2101b4f65405323c9 (plain)
1
2
3
4
5
6
7
8
9
#ifndef EOLIAN_GEN_HEADERS_H
#define EOLIAN_GEN_HEADERS_H

#include "main.h"

void eo_gen_params(const Eolian_Unit *src, Eina_Iterator *itr, Eina_Strbuf *buf, Eina_Strbuf **flagbuf, int *nidx, Eolian_Function_Type ftype);
void eo_gen_header_gen(const Eolian_Unit *src, const Eolian_Class *cl, Eina_Strbuf *buf, Eina_Bool legacy);

#endif