aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/socket.h
diff options
context:
space:
mode:
Diffstat (limited to 'openbsc/include/openbsc/socket.h')
-rw-r--r--openbsc/include/openbsc/socket.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/openbsc/include/openbsc/socket.h b/openbsc/include/openbsc/socket.h
index 87ef37f07..0fd85f104 100644
--- a/openbsc/include/openbsc/socket.h
+++ b/openbsc/include/openbsc/socket.h
@@ -7,8 +7,8 @@
#define IPPROTO_GRE 47
#endif
-int make_sock(struct bsc_fd *bfd, int proto,
+int make_sock(struct osmo_fd *bfd, int proto,
uint32_t ip, uint16_t port, int priv_nr,
- int (*cb)(struct bsc_fd *fd, unsigned int what), void *data);
+ int (*cb)(struct osmo_fd *fd, unsigned int what), void *data);
#endif /* _BSC_SOCKET_H */