repo.or.cz
/
wvapps.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
schedulator: added a "result" plugin that records the finished schedule in a database...
[wvapps.git]
/
xplcidl
/
uniscript.h
blob
24ece38f0e4d7ba680fe7af2b7aeb65dd80ee246
1
#ifndef __UNISCRIPT_H
2
#define __UNISCRIPT_H
3
4
#ifdef __cplusplus
5
extern
"C"
{
6
#endif
7
8
const char
*
unicreate
(
const char
*
moniker
);
9
const char
*
unicall
(
const char
*
selfid
,
const char
*
parms
);
10
11
#ifdef __cplusplus
12
}
13
#endif
14
15
#endif
// __UNISCRIPT_H