diff options
Diffstat (limited to 'termkey.h.in')
| -rw-r--r-- | termkey.h.in | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/termkey.h.in b/termkey.h.in index d61afb5..1db9d4d 100644 --- a/termkey.h.in +++ b/termkey.h.in @@ -157,6 +157,7 @@ enum {  void termkey_check_version(int major, int minor);  TermKey *termkey_new(int fd, int flags); +TermKey *termkey_new_abstract(const char *term, int flags);  void     termkey_free(TermKey *tk);  void     termkey_destroy(TermKey *tk); | 
