aboutsummaryrefslogtreecommitdiffstats
path: root/src/input/ipa.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/input/ipa.c')
-rw-r--r--src/input/ipa.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/input/ipa.c b/src/input/ipa.c
index ce1e6f2..b9bde68 100644
--- a/src/input/ipa.c
+++ b/src/input/ipa.c
@@ -167,7 +167,7 @@ int ipa_client_write_default_cb(struct ipa_client_link *link)
return 0;
}
-int ipa_client_fd_cb(struct osmo_fd *ofd, unsigned int what)
+static int ipa_client_fd_cb(struct osmo_fd *ofd, unsigned int what)
{
struct ipa_client_link *link = ofd->data;
int error, ret;
@@ -301,7 +301,7 @@ void ipa_client_link_send(struct ipa_client_link *link, struct msgb *msg)
link->ofd->when |= BSC_FD_WRITE;
}
-int ipa_server_fd_cb(struct osmo_fd *ofd, unsigned int what)
+static int ipa_server_fd_cb(struct osmo_fd *ofd, unsigned int what)
{
int ret;
struct sockaddr_in sa;