summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPablo Neira Ayuso2011-07-08 21:46:29 +0200
committerPablo Neira Ayuso2011-07-08 21:46:29 +0200
commitf054b51ac960f957f80dafad29a3a827b8b2a2f9 (patch)
tree813f2f5ed208ac5ef6b5172bc46f28ae1f799284
parentipaccess: hack to get openBSC's ipaccess-config tool working (diff)
downloadlibosmo-abis-f054b51ac960f957f80dafad29a3a827b8b2a2f9.tar.gz
libosmo-abis-f054b51ac960f957f80dafad29a3a827b8b2a2f9.tar.xz
libosmo-abis-f054b51ac960f957f80dafad29a3a827b8b2a2f9.zip
ipaccess: ipaccess_fd_cb needs to be extern
-rw-r--r--include/osmocom/abis/ipaccess.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/osmocom/abis/ipaccess.h b/include/osmocom/abis/ipaccess.h
index 1999fa4..7af882a 100644
--- a/include/osmocom/abis/ipaccess.h
+++ b/include/osmocom/abis/ipaccess.h
@@ -109,6 +109,6 @@ struct hsl_unit {
};
/* quick solution to get openBSC's ipaccess tools working. */
-int ipaccess_fd_cb(struct osmo_fd *bfd, unsigned int what);
+extern int ipaccess_fd_cb(struct osmo_fd *bfd, unsigned int what);
#endif /* _OSMO_PROTO_IPACCESS_H */