Rev 1015: Add prototypes for wc delta functions. in file:///data/jelmer/bzr-svn/pyrex/

Jelmer Vernooij jelmer at samba.org
Tue Mar 18 23:48:02 GMT 2008


At file:///data/jelmer/bzr-svn/pyrex/

------------------------------------------------------------
revno: 1015
revision-id:jelmer at samba.org-20080318234801-1wweh8z48k8t4w8k
parent: jelmer at samba.org-20080318232743-3l6scuzhind6q0mi
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: pyrex
timestamp: Wed 2008-03-19 00:48:01 +0100
message:
  Add prototypes for wc delta functions.
modified:
  wc.pyx                         wc.pyx-20080313142018-10l8l23vha2j9e6b-1
=== modified file 'wc.pyx'
--- a/wc.pyx	2008-03-18 23:27:43 +0000
+++ b/wc.pyx	2008-03-18 23:48:01 +0000
@@ -252,6 +252,24 @@
                                        svn_wc_traversal_info_t *ti,
                                        apr_pool_t *pool)
 
+    svn_error_t *svn_wc_transmit_text_deltas2(char **tempfile,
+                                          unsigned char digest[],
+                                          char *path,
+                                          svn_wc_adm_access_t *adm_access,
+                                          svn_boolean_t fulltext,
+                                          svn_delta_editor_t *editor,
+                                          void *file_baton,
+                                          apr_pool_t *pool)
+
+    svn_error_t *svn_wc_transmit_prop_deltas(char *path,
+                                         svn_wc_adm_access_t *adm_access,
+                                         svn_wc_entry_t *entry,
+                                         svn_delta_editor_t *editor,
+                                         void *baton,
+                                         char **tempfile,
+                                         apr_pool_t *pool)
+
+
 def version():
     """Get libsvn_wc version information.
 




More information about the bazaar-commits mailing list