Subversion
Loading...
Searching...
No Matches
Data Structures | Typedefs | Functions

Data Structures

struct  svn_wc_external_item2_t
 One external item. More...
 
struct  svn_wc_external_item_t
 One external item. More...
 

Typedefs

typedef svn_error_t *(* svn_wc_external_update_t) (void *baton, const char *local_abspath, const svn_string_t *old_val, const svn_string_t *new_val, svn_depth_t depth, apr_pool_t *scratch_pool)
 Callback for external definitions updates.
 
typedef struct svn_wc_traversal_info_t svn_wc_traversal_info_t
 Traversal information is information gathered by a working copy crawl or update.
 
typedef struct svn_wc_external_item2_t svn_wc_external_item2_t
 One external item.
 
typedef struct svn_wc_external_item_t