summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2010-07-17 20:30:21 +0200
committerHarald Welte <laforge@gnumonks.org>2010-07-17 20:30:21 +0200
commitfc9cc76f02b6ef6d5104683792aa31b20883f949 (patch)
tree06c15516f870c5b16694980303a58982f4e5cf7c
parent52cef616273dd9a829bcbfde305cde1169097d45 (diff)
There is no 'struct OBJECT_IDENTIFIER', only OBJECT_IDENTIFIER_t
-rw-r--r--src/tcap_user.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tcap_user.h b/src/tcap_user.h
index bbfcc0e..3d6783f 100644
--- a/src/tcap_user.h
+++ b/src/tcap_user.h
@@ -43,7 +43,7 @@ struct tcap_transport_entity {
struct tcap_dialg_ind {
uint32_t dialg_id;
struct tcap_transport_entity *transp_ent;
- struct OBJECT_IDENTIFIER *app_ctx_name;
+ OBJECT_IDENTIFIER_t *app_ctx_name;
struct user_information *user_info;
int components_present:1;
int prearranged_end:1;