tests/python/plc.xml
changeset 1086 b566ab5556ab
parent 1067 4f460c1dffb5
child 1099 d9c28879e55b
--- a/tests/python/plc.xml	Thu May 02 09:42:14 2013 +0200
+++ b/tests/python/plc.xml	Thu May 02 10:45:07 2013 +0200
@@ -8,7 +8,7 @@
               productVersion="0.0"
               creationDateTime="2008-12-14T16:21:19"/>
   <contentHeader name="Beremiz Python Support Tests"
-                 modificationDateTime="2013-04-25T11:47:30">
+                 modificationDateTime="2013-05-02T10:44:19">
     <coordinateInfo>
       <pageSize x="1024" y="1024"/>
       <fbd>
@@ -1161,6 +1161,7 @@
 {{
   char toPLC;
   char fromPLC = GetFbVar(IN);
+  extern int PLC_C_Call(char, char *);
   if(PLC_C_Call(fromPLC, &toPLC)){
     SetFbVar(OUT, toPLC);
   }