Subversion 1.6.16
|
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. |
Command table, used by svn_ra_svn_handle_commands().
Definition at line 117 of file svn_ra_svn.h.
Termination flag.
If set, command-handling will cease after command is processed.
Definition at line 127 of file svn_ra_svn.h.