diff -r a89ed401fbc6 -r 1ffff67678ad C_runtime/PLCObject.hpp --- a/C_runtime/PLCObject.hpp Fri Oct 25 14:51:38 2024 +0200 +++ b/C_runtime/PLCObject.hpp Mon Oct 28 16:02:47 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();