terminology/src/bin/termptyext.h

10 lines
180 B
C
Raw Permalink Normal View History

2014-01-06 13:29:18 -08:00
#ifndef _TERMPTY_EXT_H__
#define _TERMPTY_EXT_H__ 1
Eina_Bool
termpty_ext_handle(Termpty *ty,
const Eina_Unicode *buf,
size_t blen);
2014-01-06 13:29:18 -08:00
#endif