Add a subversion 1.7 compatibility module
[svnrdump.git] / debug_editor.h
bloba0d412a7f77a26424c481e3430d5c2bfc921d681
1 #ifndef DEBUG_EDITOR_H_
2 #define DEBUG_EDITOR_H_
4 svn_error_t *svn_delta__get_debug_editor(const svn_delta_editor_t **editor,
5 void **edit_baton,
6 const svn_delta_editor_t *wrapped_editor,
7 void *wrapped_edit_baton,
8 apr_pool_t *pool);
10 #endif