terminology/src/bin/termptyext.h

10 lines
200 B
C
Raw Normal View History

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