aboutsummaryrefslogtreecommitdiffstats
path: root/gtp/gtp.h
diff options
context:
space:
mode:
authorjjako <jjako>2003-11-10 12:31:41 +0000
committerjjako <jjako>2003-11-10 12:31:41 +0000
commit193e8b1b01ed3e4065d4a300fddbf51a2980844b (patch)
treef1cb9920ca8e0845b5e949c49ad950db40ddff33 /gtp/gtp.h
parent0b076a331e1e7f955580313a5da416c170b3b4ce (diff)
Added --net, --nsapi, --gtpversion options
Diffstat (limited to 'gtp/gtp.h')
-rw-r--r--gtp/gtp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtp/gtp.h b/gtp/gtp.h
index ebe869e..d1f0e22 100644
--- a/gtp/gtp.h
+++ b/gtp/gtp.h
@@ -305,7 +305,7 @@ extern int gtp_newpdp(struct gsn_t *gsn, struct pdp_t **pdp,
extern int gtp_freepdp(struct gsn_t *gsn, struct pdp_t *pdp);
extern int gtp_create_context_req(struct gsn_t *gsn, struct pdp_t *pdp,
- void *cbp, struct in_addr* inetaddr);
+ void *cbp);
extern int gtp_set_cb_create_context_ind(struct gsn_t *gsn,
int (*cb_create_context_ind) (struct pdp_t* pdp));