C_runtime/PLCObject.hpp
changeset 4043 b217fb367574
parent 4032 1ffff67678ad
--- a/C_runtime/PLCObject.hpp	Tue Nov 19 23:52:04 2024 +0100
+++ b/C_runtime/PLCObject.hpp	Fri Nov 22 16:31:51 2024 +0100
@@ -71,6 +71,7 @@
         uint32_t SetTraceVariablesList(const list_trace_order_1_t * orders, int32_t * debugtoken);
         uint32_t StartPLC(void);
         uint32_t StopPLC(bool * success);
+        uint32_t ExtendedCall(const char * method, const binary_t * argument, binary_t * answer);
 
         // Public interface used by runtime
         uint32_t AutoLoad();