From cbc5c46032cc3dc6a1ce72c4b56f2c298648b741 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Mon, 26 Oct 2009 05:44:07 +0000 Subject: Add missing prototypes. --- testsuites/libtests/termios/init.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'testsuites/libtests/termios/init.c') diff --git a/testsuites/libtests/termios/init.c b/testsuites/libtests/termios/init.c index f26cf3a1da..cba8f91c38 100644 --- a/testsuites/libtests/termios/init.c +++ b/testsuites/libtests/termios/init.c @@ -482,7 +482,7 @@ unsigned long get_baud_rate( void ) } -unsigned long get_parity() +unsigned long get_parity(void) { int parity; @@ -510,7 +510,7 @@ unsigned long get_parity() } -unsigned long get_stop_bits() +unsigned long get_stop_bits(void) { int stop_bits; @@ -535,7 +535,7 @@ unsigned long get_stop_bits() } -unsigned long get_data_bits() +unsigned long get_data_bits(void) { int data_bits; -- cgit v1.2.3