foo
[smouse] / src / serial.h
index e4a8670..f920461 100644 (file)
@@ -17,5 +17,6 @@ int ser_read(int fd, char *buf, int count);
 
 void ser_printf(int fd, const char *fmt, ...);
 char *ser_getline(int fd, char *buf, int bsz);
+char *ser_getline_block(int fd, char *buf, int bsz);
 
 #endif /* SERIAL_H_ */