=== modified file 'termkey.c' --- termkey.c 2008-11-24 22:03:23 +0000 +++ termkey.c 2008-11-24 21:58:55 +0000 @@ -106,10 +106,7 @@ { 0, NULL }, }; -/* We might expose this as public API one day, when the ideas are finalised. - * As yet it isn't public, so keep it static - */ -static termkey_t *termkey_new_full(int fd, int flags, size_t buffsize, int waittime) +termkey_t *termkey_new_full(int fd, int flags, size_t buffsize, int waittime) { termkey_t *tk = malloc(sizeof(*tk)); if(!tk)