GME  13
Public Attributes
svn_wc_entry_callbacks_t Struct Reference

#include <svn_wc.h>

Collaboration diagram for svn_wc_entry_callbacks_t:
Collaboration graph
[legend]

List of all members.

Public Attributes

svn_error_t *(* found_entry )(const char *path, const svn_wc_entry_t *entry, void *walk_baton, apr_pool_t *pool)

Detailed Description

Deprecated:
Provided for backward compatibility with the 1.4 API.

Definition at line 3290 of file svn_wc.h.


Member Data Documentation

svn_error_t*(* svn_wc_entry_callbacks_t::found_entry)(const char *path, const svn_wc_entry_t *entry, void *walk_baton, apr_pool_t *pool)

An entry was found at path.

Definition at line 3293 of file svn_wc.h.


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