summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/termios06/test_pppd.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/libtests/termios06/test_pppd.c')
-rw-r--r--testsuites/libtests/termios06/test_pppd.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/testsuites/libtests/termios06/test_pppd.c b/testsuites/libtests/termios06/test_pppd.c
index addbc73f43..39e46755e7 100644
--- a/testsuites/libtests/termios06/test_pppd.c
+++ b/testsuites/libtests/termios06/test_pppd.c
@@ -1,5 +1,5 @@
/*
- * COPYRIGHT (c) 1989-2010.
+ * COPYRIGHT (c) 1989-2012.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
@@ -16,6 +16,9 @@
#include <rtems/termiostypes.h>
#include <rtems/dumpbuf.h>
+/* forward declarations to avoid warnings */
+void ppp_test_driver_set_rx(const char *expected, size_t len);
+void pppasyncattach(void);
int pppopen(struct rtems_termios_tty *tty);
int pppclose(struct rtems_termios_tty *tty);
int pppread(struct rtems_termios_tty *tty, rtems_libio_rw_args_t *rw_args);