aboutsummaryrefslogtreecommitdiffstats
path: root/include/openbsc/select.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/openbsc/select.h')
-rw-r--r--include/openbsc/select.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/openbsc/select.h b/include/openbsc/select.h
index b677162e6..c2af1d787 100644
--- a/include/openbsc/select.h
+++ b/include/openbsc/select.h
@@ -18,5 +18,5 @@ struct bsc_fd {
int bsc_register_fd(struct bsc_fd *fd);
void bsc_unregister_fd(struct bsc_fd *fd);
-int bsc_select_main(void);
+int bsc_select_main(int polling);
#endif /* _BSC_SELECT_H */