aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPablo Neira Ayuso <pablo@netfilter.org>2011-07-08 21:46:29 +0200
committerPablo Neira Ayuso <pablo@netfilter.org>2011-07-08 21:46:29 +0200
commitf054b51ac960f957f80dafad29a3a827b8b2a2f9 (patch)
tree813f2f5ed208ac5ef6b5172bc46f28ae1f799284
parent495ddb66d842990f6803119eccce021b5882be8f (diff)
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 1999fa4a..7af882a1 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 */