diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/osmocom/core/select.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/osmocom/core/select.h b/include/osmocom/core/select.h index b6b9e821..b9e3b51a 100644 --- a/include/osmocom/core/select.h +++ b/include/osmocom/core/select.h @@ -39,4 +39,6 @@ int osmo_fd_register(struct osmo_fd *fd); void osmo_fd_unregister(struct osmo_fd *fd); int osmo_select_main(int polling); +struct osmo_fd *osmo_fd_get_by_fd(int fd); + /*! @} */ |