include/ectty.h
changeset 1782 2ba454c790c5
parent 1779 9fab229d6ca9
child 1787 439f186185be
--- a/include/ectty.h	Fri Jan 22 11:02:04 2010 +0100
+++ b/include/ectty.h	Fri Jan 22 14:10:18 2010 +0100
@@ -64,7 +64,7 @@
  * \return Pointer to the interface object, otherwise an ERR_PTR value.
  */
 ec_tty_t *ectty_create(
-        int (*cflag_cb)(void *cb_data, unsigned short cflag),
+        int (*cflag_cb)(void *cb_data, tcflag_t cflag),
         void *cb_data
         );