Structure which defines a command. More...
Data Fields | |
const char * | command |
Command the user needs to enter. More... | |
ActionFunction | Action |
Function to call on command. More... | |
const char * | helptext |
Help text for the command. More... | |
Structure which defines a command.
Definition at line 450 of file gnunet-conversation.c.
const char* VoipCommand::command |
Command the user needs to enter.
Definition at line 455 of file gnunet-conversation.c.
Referenced by do_help(), and handle_command_string().
ActionFunction VoipCommand::Action |
Function to call on command.
Definition at line 460 of file gnunet-conversation.c.
Referenced by do_help(), and handle_command_string().
const char* VoipCommand::helptext |
Help text for the command.
Definition at line 465 of file gnunet-conversation.c.
Referenced by do_help().