ソースを参照

add a missing typedef

Julius Pfrommer 9 年 前
コミット
77798e40a6
共有1 個のファイルを変更した1 個の追加0 個の削除を含む
  1. 1 0
      src/ua_session.h

+ 1 - 0
src/ua_session.h

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