From 5a45b156d4165fed159a290c46676d1383ffcc80 Mon Sep 17 00:00:00 2001 From: Jonathan Santos Date: Wed, 17 Aug 2011 15:33:57 -0400 Subject: New upstream version 0.9.14 --- include/openbsc/socket.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'include/openbsc/socket.h') diff --git a/include/openbsc/socket.h b/include/openbsc/socket.h index 4d3161146..0fd85f104 100644 --- a/include/openbsc/socket.h +++ b/include/openbsc/socket.h @@ -1,14 +1,14 @@ #ifndef _BSC_SOCKET_H #define _BSC_SOCKET_H -#include -#include +#include #ifndef IPPROTO_GRE #define IPPROTO_GRE 47 #endif -int make_sock(struct bsc_fd *bfd, int proto, u_int32_t ip, u_int16_t port, - int (*cb)(struct bsc_fd *fd, unsigned int what)); +int make_sock(struct osmo_fd *bfd, int proto, + uint32_t ip, uint16_t port, int priv_nr, + int (*cb)(struct osmo_fd *fd, unsigned int what), void *data); #endif /* _BSC_SOCKET_H */ -- cgit v1.2.3