cmd.c
changeset 35 7ee07b3cc5f9
parent 34 5b818c7467ad
child 36 57b2c4f84169
equal deleted inserted replaced
34:5b818c7467ad 35:7ee07b3cc5f9
    40 void mcmd_init   (void);
    40 void mcmd_init   (void);
    41 void mcmd_uninit (void);
    41 void mcmd_uninit (void);
    42 
    42 
    43 #define DESCRIPTION ( \
    43 #define DESCRIPTION ( \
    44 	"Sends output of command to buddy\n" \
    44 	"Sends output of command to buddy\n" \
    45 	"Recognizes options cmd_shell, cmd_redirect_stderr, cmd_header and cmd_header_inline\n" \
    45 	"Recognizes options " OPT_CMD_SHELL ", " OPT_CMD_REDIRECT_STDERR ", " OPT_CMD_HEADER " and " OPT_CMD_HEADER_INLINE "\n" \
    46 	"Provides command /cmd" )
    46 	"Provides command /cmd" )
    47 
    47 
    48 module_info_t info_cmd = {
    48 module_info_t info_cmd = {
    49 	.branch          = MCABBER_BRANCH,
    49 	.branch          = MCABBER_BRANCH,
    50 	.api             = MCABBER_API_VERSION,
    50 	.api             = MCABBER_API_VERSION,