aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/socket.h
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2010-05-19 14:38:50 +0200
committerHarald Welte <laforge@gnumonks.org>2010-05-19 14:38:50 +0200
commit5540c4cbd32f9b69f72adb622c3635e841724131 (patch)
tree6ced3555161e5e17d5be01898ac55f327cebd2ab /openbsc/include/openbsc/socket.h
parent3a318ab9716718a39a6907d012b6f616fe46823d (diff)
[GPRS] Add Frame Relay in GRE encapsulation for NS
Diffstat (limited to 'openbsc/include/openbsc/socket.h')
-rw-r--r--openbsc/include/openbsc/socket.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/include/openbsc/socket.h b/openbsc/include/openbsc/socket.h
index f2e264ea6..4d3161146 100644
--- a/openbsc/include/openbsc/socket.h
+++ b/openbsc/include/openbsc/socket.h
@@ -8,7 +8,7 @@
#define IPPROTO_GRE 47
#endif
-int make_sock(struct bsc_fd *bfd, int proto, u_int16_t port,
+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));
#endif /* _BSC_SOCKET_H */