#ifndef __INT_BUFFER_H_
 #define __INT_BUFFER_H_

int int_buffer_init(eps_t *, line_t *);
void int_buffer_restart(eps_t *, line_t *);

#endif


syntax highlighted by Code2HTML, v. 0.9.1