summaryrefslogtreecommitdiff
path: root/src/poll_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/poll_common.h')
-rw-r--r--src/poll_common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/poll_common.h b/src/poll_common.h
index 597fa73..3c37d1b 100644
--- a/src/poll_common.h
+++ b/src/poll_common.h
@@ -5,7 +5,7 @@
#include "window.h"
#ifdef STELA_POLL_INLINE
-bool stl_poll_common(struct stl_window *window, struct nn_pollfd *fds, bool block);
+void stl_poll_common(struct nn_pollfd *fds, bool block);
#ifdef STELA_PAUSE
void stl_wake_common(struct nn_pollfd *fds);
#endif