summaryrefslogtreecommitdiff
path: root/vcs-svn/fast_export.h
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2011-03-23 03:51:07 (GMT)
committerJunio C Hamano <gitster@pobox.com>2011-03-23 03:51:07 (GMT)
commit785d6989dac6a61eabdc06c781ee0f47d10f36c0 (patch)
tree1a0f9d8a139d554d78955061dacf0355d224cb80 /vcs-svn/fast_export.h
parent1ea9f9d6c28caf886747ca256e9d39d24f03d229 (diff)
parent41b9dd9d4f2f32f8450af59c30f3a7a2fc5a8cc7 (diff)
downloadgit-785d6989dac6a61eabdc06c781ee0f47d10f36c0.zip
git-785d6989dac6a61eabdc06c781ee0f47d10f36c0.tar.gz
git-785d6989dac6a61eabdc06c781ee0f47d10f36c0.tar.bz2
Merge branch 'svn-fe' of git://repo.or.cz/git/jrn
* 'svn-fe' of git://repo.or.cz/git/jrn: vcs-svn: use strchr to find RFC822 delimiter vcs-svn: implement perfect hash for top-level keys vcs-svn: implement perfect hash for node-prop keys vcs-svn: use strbuf for author, UUID, and URL vcs-svn: use strbuf for revision log vcs-svn: improve reporting of input errors vcs-svn: make buffer_copy_bytes return length read vcs-svn: make buffer_skip_bytes return length read vcs-svn: improve support for reading large files vcs-svn: allow input errors to be detected promptly vcs-svn: simplify repo_modify_path and repo_copy vcs-svn: handle_node: use repo_read_path vcs-svn: introduce repo_read_path to check the content at a path
Diffstat (limited to 'vcs-svn/fast_export.h')
-rw-r--r--vcs-svn/fast_export.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/vcs-svn/fast_export.h b/vcs-svn/fast_export.h
index 054e7d5..05cf97f 100644
--- a/vcs-svn/fast_export.h
+++ b/vcs-svn/fast_export.h
@@ -6,8 +6,9 @@
void fast_export_delete(uint32_t depth, uint32_t *path);
void fast_export_modify(uint32_t depth, uint32_t *path, uint32_t mode,
uint32_t mark);
-void fast_export_commit(uint32_t revision, uint32_t author, char *log,
- uint32_t uuid, uint32_t url, unsigned long timestamp);
+void fast_export_commit(uint32_t revision, const char *author, char *log,
+ const char *uuid, const char *url,
+ unsigned long timestamp);
void fast_export_blob(uint32_t mode, uint32_t mark, uint32_t len,
struct line_buffer *input);