repo.or.cz
/
svnrdump.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add a subversion 1.7 compatibility module
[svnrdump.git]
/
debug_editor.h
blob
a0d412a7f77a26424c481e3430d5c2bfc921d681
1
#ifndef DEBUG_EDITOR_H_
2
#define DEBUG_EDITOR_H_
3
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
);
9
10
#endif