schedulator: added a "result" plugin that records the finished schedule in a database...
[wvapps.git] / xplcidl / uniscript.h
blob24ece38f0e4d7ba680fe7af2b7aeb65dd80ee246
1 #ifndef __UNISCRIPT_H
2 #define __UNISCRIPT_H
4 #ifdef __cplusplus
5 extern "C" {
6 #endif
8 const char *unicreate(const char *moniker);
9 const char *unicall(const char *selfid, const char *parms);
11 #ifdef __cplusplus
13 #endif
15 #endif // __UNISCRIPT_H