aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/gprs_sgsn.h
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2010-05-18 17:20:49 +0200
committerHarald Welte <laforge@gnumonks.org>2010-05-18 17:20:49 +0200
commitcd4dd4d7ff9b3eae4258febdae2afa440e183aeb (patch)
tree03f8dd20ffea1ce5122e6cc3205bc06465c67629 /openbsc/include/openbsc/gprs_sgsn.h
parent6463c0799c007e0454a348a533753171f1b525d8 (diff)
[GPRS] fix numerous compiler warnings
Diffstat (limited to 'openbsc/include/openbsc/gprs_sgsn.h')
-rw-r--r--openbsc/include/openbsc/gprs_sgsn.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/openbsc/include/openbsc/gprs_sgsn.h b/openbsc/include/openbsc/gprs_sgsn.h
index e8b167797..e0c2a561a 100644
--- a/openbsc/include/openbsc/gprs_sgsn.h
+++ b/openbsc/include/openbsc/gprs_sgsn.h
@@ -162,9 +162,9 @@ struct sgsn_ggsn_ctx {
struct in_addr remote_addr;
struct gsn_t *gsn;
};
-struct ggsn_ctx *ggsn_ctx_alloc(uint32_t id);
-struct ggsn_ctx *ggsn_ctx_by_id(uint32_t id);
-struct ggsn_ctx *ggsn_ctx_find_alloc(uint32_t id);
+struct sgsn_ggsn_ctx *sgsn_ggsn_ctx_alloc(uint32_t id);
+struct sgsn_ggsn_ctx *sgsn_ggsn_ctx_by_id(uint32_t id);
+struct sgsn_ggsn_ctx *sgsn_ggsn_ctx_find_alloc(uint32_t id);
struct apn_ctx {
struct llist_head list;