Add missing declaration

This commit is contained in:
Jakob Haufe 2016-04-23 21:34:42 +02:00
parent f01eeb049e
commit bbf1c4ec70
No known key found for this signature in database
GPG key ID: 4CF2B218F54DAE3D

View file

@ -28,5 +28,6 @@
void configure_stdout(void);
void restore_stdout(void);
int connect_tty(void);
void wait_for_tty_device(void);
#endif