summaryrefslogtreecommitdiff
path: root/nuttx/examples/poll/poll_internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/examples/poll/poll_internal.h')
-rw-r--r--nuttx/examples/poll/poll_internal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/nuttx/examples/poll/poll_internal.h b/nuttx/examples/poll/poll_internal.h
index 1644304ec..38a5e0f7e 100644
--- a/nuttx/examples/poll/poll_internal.h
+++ b/nuttx/examples/poll/poll_internal.h
@@ -110,5 +110,6 @@ extern void *select_listener(pthread_addr_t pvarg);
#ifdef HAVE_NETPOLL
extern void *net_listener(pthread_addr_t pvarg);
+extern void *net_reader(pthread_addr_t pvarg);
#endif
#endif /* __EXAMPLES_PIPE_PIPE_H */