瀏覽代碼

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;