Rev 10 | Rev 8185 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 10 | Rev 7673 | ||
---|---|---|---|
Line 13... | Line 13... | ||
13 | * You should have received a copy of the GNU General Public License |
13 | * You should have received a copy of the GNU General Public License |
14 | * along with this program; if not, write to the Free Software |
14 | * along with this program; if not, write to the Free Software |
15 | * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. |
15 | * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. |
16 | */ |
16 | */ |
17 | 17 | ||
18 |
|
18 | /* Testing file for wims. |
19 |
|
19 | * It contains a routine exec_test() for testing |
20 |
|
20 | * purposes during development. Not documented, and don't |
21 |
|
21 | * touch this in usual modules. */ |
22 | 22 | ||
23 |
|
23 | /* No automatic substitution is done when this |
24 |
|
24 | * routine is called. */ |
25 | void exec_test(char *p) |
25 | void exec_test(char *p) |
26 | { |
26 | { |
27 | if(!trusted_module()) module_error("not_trusted"); |
27 | if(!trusted_module()) module_error("not_trusted"); |
28 | } |
28 | } |
29 | 29 |