diff io.h @ 22:ec01c579024a

Add fully interactive mode
author Guido Berhoerster <guido+pwm@berhoerster.name>
date Thu, 07 Sep 2017 12:40:50 +0200
parents 5c6155c8e9b6
children
line wrap: on
line diff
--- a/io.h	Wed Sep 06 16:41:58 2017 +0200
+++ b/io.h	Thu Sep 07 12:40:50 2017 +0200
@@ -37,6 +37,7 @@
 	IO_PASSWORD_MISMATCH = -6
 };
 
+void		io_trim_nl(char *);
 int		io_gl_complete_nothing(WordCompletion *, void *, const char *,
     int);
 enum io_status	io_get_char(const char *, int *);