Explorar o código

add a missing typedef

Julius Pfrommer %!s(int64=9) %!d(string=hai) anos
pai
achega
77798e40a6
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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;