Home
last modified time | relevance | path

Searched defs:item_commit_baton (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/subversion/subversion/libsvn_client/
H A Dcommit_util.c1502 struct item_commit_baton struct
1504 const svn_delta_editor_t *editor; /* commit editor */
1505 void *edit_baton; /* commit editor's baton */
1506 apr_hash_t *file_mods; /* hash: path->file_mod_t */
1507 const char *notify_path_prefix; /* notification path prefix
1532 struct item_commit_baton *icb = callback_baton; in do_item_commit() argument