diff --git a/motorApp/NewportSrc/tclCall.h b/motorApp/NewportSrc/tclCall.h new file mode 100644 index 00000000..341ea903 --- /dev/null +++ b/motorApp/NewportSrc/tclCall.h @@ -0,0 +1,10 @@ +#ifdef __cplusplus +extern "C" { +#endif /* __cplusplus */ + +epicsShareFunc void tclcall(char const *name,char const *taskName,char const *args); + +#ifdef __cplusplus +} +#endif /* __cplusplus */ +