Explorar el Código

add a missing typedef

Julius Pfrommer hace 9 años
padre
commit
77798e40a6
Se han modificado 1 ficheros con 1 adiciones y 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;