GME  13
Public Attributes
svn_ra_svn_cmd_entry_t Struct Reference

#include <svn_ra_svn.h>

Collaboration diagram for svn_ra_svn_cmd_entry_t:
Collaboration graph
[legend]

List of all members.

Public Attributes

const char * cmdname
svn_ra_svn_command_handler handler
svn_boolean_t terminate

Detailed Description

Command table, used by svn_ra_svn_handle_commands().

Definition at line 131 of file svn_ra_svn.h.


Member Data Documentation

Name of the command

Definition at line 134 of file svn_ra_svn.h.

Handler for the command

Definition at line 137 of file svn_ra_svn.h.

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

Definition at line 141 of file svn_ra_svn.h.


The documentation for this struct was generated from the following file: