Browse Source

add a missing typedef

Julius Pfrommer 9 years ago
parent
commit
77798e40a6
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/ua_session.h

+ 1 - 0
src/ua_session.h

@@ -17,6 +17,7 @@ struct ContinuationPointEntry {
 };
 };
 
 
 struct UA_Subscription;
 struct UA_Subscription;
+typedef struct UA_Subscription UA_Subscription;
 
 
 struct UA_Session {
 struct UA_Session {
     UA_ApplicationDescription clientDescription;
     UA_ApplicationDescription clientDescription;