#ifdef ENABLE_EXEC

#ifndef I_EXEC
#define I_EXEC

extern void exec_msg(char *str, char *msg);
extern void exec_close_all(void);
extern void user_exec(char *string, int varpar, char *subparams);
#endif
#endif
