From 57da4471d1511e5456d67088e2c34b1799f08b9a Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Tue, 8 Jun 2010 16:11:06 +0800 Subject: misc: Fix the return type of the go back vty function... Without this we will get warnings about incompatible assignments --- openbsc/src/mgcp/mgcp_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openbsc/src/mgcp') diff --git a/openbsc/src/mgcp/mgcp_main.c b/openbsc/src/mgcp/mgcp_main.c index 3ccd7343d..d5b6502cb 100644 --- a/openbsc/src/mgcp/mgcp_main.c +++ b/openbsc/src/mgcp/mgcp_main.c @@ -174,7 +174,7 @@ static int read_call_agent(struct bsc_fd *fd, unsigned int what) return 0; } -extern int bsc_vty_go_parent(struct vty *vty); +extern enum node_type bsc_vty_go_parent(struct vty *vty); static struct vty_app_info vty_info = { .name = "OpenBSC MGCP", -- cgit v1.2.3