Rev 8185 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 8185 | Rev 12246 | ||
---|---|---|---|
Line 24... | Line 24... | ||
24 | * routine is called. */ |
24 | * routine is called. */ |
25 | 25 | ||
26 | #include "wims.h" |
26 | #include "wims.h" |
27 | void exec_test(char *p) |
27 | void exec_test(char *p) |
28 | { |
28 | { |
29 |
|
29 | if(!trusted_module()) module_error("not_trusted"); |
30 | } |
30 | } |
31 | 31 |