Subversion
|
Command table, used by svn_ra_svn_handle_commands(). More...
#include <svn_ra_svn.h>
Data Fields | |
const char * | cmdname |
Name of the command. | |
svn_ra_svn_command_handler | handler |
Handler for the command. | |
svn_boolean_t | terminate |
Termination flag. More... | |
Command table, used by svn_ra_svn_handle_commands().
Definition at line 134 of file svn_ra_svn.h.
svn_boolean_t svn_ra_svn_cmd_entry_t::terminate |
Termination flag.
If set, command-handling will cease after command is processed.
Definition at line 144 of file svn_ra_svn.h.