Subversion
Data Fields
svn_ra_svn_cmd_entry_t Struct Reference

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.

Detailed Description

Command table, used by svn_ra_svn_handle_commands().

Definition at line 124 of file svn_ra_svn.h.


Field Documentation

Termination flag.

If set, command-handling will cease after command is processed.

Definition at line 134 of file svn_ra_svn.h.


The documentation for this struct was generated from the following file:
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines