StalderT před 9 roky
rodič
revize
1c76dc47cd
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      examples/client.c

+ 1 - 1
examples/client.c

@@ -14,7 +14,7 @@
 
 #include <stdio.h>
 
-static void handler_TheAnswerChanged(UA_UInt32 handle, UA_DataValue *value) {
+static void handler_TheAnswerChanged(UA_UInt32 handle, UA_DataValue *value, void *handlingContext) {
     printf("The Answer has changed!\n");
     return;
 }