From b147b8029341d3146790d72ee13b5a702acda16d Mon Sep 17 00:00:00 2001 From: MarkRivers Date: Wed, 7 Dec 2005 23:58:53 +0000 Subject: [PATCH] Defines function prototype --- motorApp/NewportSrc/tclCall.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 motorApp/NewportSrc/tclCall.h 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 */ +